COLOR #02B4FC

HEX: #02B4FC
RGB: (2,180,252)

Color info

#02B4FC contains mainly blue color. Web safe color of #02B4FC is #00CCFF (or #0CF).

RGB color model

#02B4FC color RGB value is (2,180,252).

  • red value is 2;
  • green value is 180;
  • blue value is 252.
RGB:
(2,180,252)
(1%,71%,99%)

RGB channels and saturation

R 2 of 255 = 1%
G 180 of 255 = 71%
B 252 of 255 = 99%

2
180
252

R + G + B ~ 57%. #02B4FC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 180 + 252 = 434 (100%)
R 2 of 434 ~ 0.46%
G 180 of 434 ~ 41.47%
B 252 of 434 ~ 58.06%

%41.47
%58.06

CMYK color model

#02B4FC color CMYK value is (99,29,0,1).

  • cyan value is 99.21%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(99,29,0,1)
C99M29Y0K1 
(99%,29%,0%,1%)
(0.99/0.29/0.00/0.01)	

CMYK percentages

%99.21
%28.57
%0
%1.18

Codes

Color #02B4FC in popluar color models

02B4FC
RGB2180252
HSL197°98.43%49.80%
HSB/HSV197°99.21%98.82%
CMYK99.21%28.57%0.00%
1.18%

Color #02B4FC in popluar number systems.

HEX02B4FC
Decimal2180252
Binary101011010011111100
Octal2264374

Shades and tints

Shades of #02B4FC

#02B4FC
(2,180,252)
#02A4E6
(2,164,230)
#0294D0
(2,148,208)
#0284BA
(2,132,186)
#0274A4
(2,116,164)
#02648E
(2,100,142)
#025478
(2,84,120)
#024462
(2,68,98)
#02344C
(2,52,76)
#022436
(2,36,54)
#021420
(2,20,32)
#000000
(0,0,0)

Tints of #02B4FC

#02B4FC
(2,180,252)
#19BAFC
(25,186,252)
#30C0FC
(48,192,252)
#47C6FC
(71,198,252)
#5ECCFC
(94,204,252)
#75D2FC
(117,210,252)
#8CD8FC
(140,216,252)
#A3DEFC
(163,222,252)
#BAE4FC
(186,228,252)
#D1EAFC
(209,234,252)
#E8F0FC
(232,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02B4FC color. Also use rgb(2,180,252) instead hex code.

Text Font Color

.myTextColor { color: #02B4FC; }

<p style="color:#02B4FC">This sample text font color is #02B4FC.</p>

This text font color is #02B4FC.


Background Color

.myBgColor { background-color: #02B4FC; }

<div style="background-color:#02B4FC">Inner text</div>

This div background color is #02B4FC.


Border color

.myBorderColor { border: 1px solid #02B4FC; }

<div style="border:3px solid #02B4FC">Div</div>

This div border color is #02B4FC.


Opacity

.myOpacity80 { color: #02B4FC; opacity: 0.8; }

<p style="color:#02B4FC;opacity:0.8;">80%</p>

Text with #02B4FC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #02B4FC;}

<p style="text-shadow: 3px 3px 1px #02B4FC">Text here.</p>

This text has shadow with #02B4FC color.

.textShadow {text-shadow: 3px 3px 1px #02B4FC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #02B4FC, 5px 5px 20px red">Text here.</p>

This text has shadow with #02B4FC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#02B4FC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#02B4FC, Direction=45, Strength=4)">Text</p>

This text has shadow with #02B4FC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #02B4FC;
  -webkit-box-shadow:	1px 1px 3px 2px #02B4FC;
  box-shadow:		1px 1px 3px 2px #02B4FC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02B4FC;
-webkit-box-shadow: 1px 1px 3px 2px #02B4FC;
box-shadow:1px 1px 3px 2px #02B4FC;">
Div content here</div>
This div box has shadow with color #02B4FC.

Preview

Color preview on black background

This text has color #02B4FC on black background.


Color preview on white background

This text has color #02B4FC on white background.



Black color preview on #02B4FC background

This text has black color on #02B4FC background.


White color preview on #02B4FC background

This text has white color on #02B4FC background.