Html Css Color HEX #03BFF2 Deep Sky Blue

📋 copy color: '#03BFF2'

red 3 ◦ green 191 ◦ blue 242

#03BFF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #03BFF2

Tints of Deep Sky Blue #03BFF2

RGB

 RED value IS 3 (1.56% from 255) = 0.69%

 GREEN value IS 191 (75% from 255) = 43.81%

 BLUE value IS 242 (94.92% from 255) = 55.5%

R = 0.69%
G = 43.81%
B = 55.5%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03BFF2 (or 0x03BFF2) is known color: Deep Sky Blue. HEX triplet: 03, BF and F2. RGB value is (3,191,242). Sum of RGB (Red+Green+Blue) = 3+191+242=436 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #03BFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFF2 is #FC400D. Grayscale: #8C8C8C. Windows color (decimal): -16531470 or 15908611. OLE color: 15908611.

HSL color Cylindrical-coordinate representation of color #03BFF2: hue angle of 192.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFF2 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 191 242 -
CMYK 0.99 0.21 0 0.05
HSL 192.8º 0.98% 0.48% -
HSV(B) 192.8º 0.99% 0.95% -
XYZ 34.7 43.69 90.61 -
YUV 140.6 185.22 29.85 -
System Red Green Blue C M Y K H S L
Decimal 3 191 242 0.99 0.21 0 0.05 192.8 0.98 0.48
Hex 3 BF F2 63 15 0 5 C1 62 30
Octal 3 277 362 143 25 0 5 301 142 60
Binary 11 10111111 11110010 1100011 10101 0 101 11000001 1100010 110000

Color Harmonies of #03BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFF2

Black with #03BFF2

Text Example


Text Example

White with #03BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BFF2; }

 p { color: rgb(3,191,242); }

 H1.HeaderClassName
 {
   color: #03BFF2;
 }
 .AnyTagClassName
 {
   color: #03BFF2;
 }
</style>

background-color css

<style>
 a { background-color: #03BFF2; }

 a { background-color: rgb(3,191,242); }

 div.DivClassName
 {
   background-color: #03BFF2;
 }
 .BgClassName
 {
   background-color: #03BFF2;
 }
</style>

border-color css

<style>
 span { border-color: #03BFF2; }

 span { border-color: rgb(3,191,242); }

 td.TdClassName
 {
   border-color: #03BFF2;
 }
 .TagClassName
 {
   border-color: #03BFF2;
 }
</style>