Html Css Color HEX #03CAF2 Deep Sky Blue

📋 copy color: '#03CAF2'

red 3 ◦ green 202 ◦ blue 242

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

Shades of Deep Sky Blue #03CAF2

Tints of Deep Sky Blue #03CAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

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

R = 0.67%
G = 45.19%
B = 54.14%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#03CAF2 (or 0x03CAF2) is known color: Deep Sky Blue. HEX triplet: 03, CA and F2. RGB value is (3,202,242). Sum of RGB (Red+Green+Blue) = 3+202+242=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #03CAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CAF2 is #FC350D. Grayscale: #929292. Windows color (decimal): -16528654 or 15911427. OLE color: 15911427.

HSL color Cylindrical-coordinate representation of color #03CAF2: hue angle of 190.04º 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 #03CAF2 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 202 242 -
CMYK 0.99 0.17 0 0.05
HSL 190.04º 0.98% 0.48% -
HSV(B) 190.04º 0.99% 0.95% -
XYZ 37.19 48.67 91.44 -
YUV 147.06 181.57 25.25 -
System Red Green Blue C M Y K H S L
Decimal 3 202 242 0.99 0.17 0 0.05 190.04 0.98 0.48
Hex 3 CA F2 63 11 0 5 BE 62 30
Octal 3 312 362 143 21 0 5 276 142 60
Binary 11 11001010 11110010 1100011 10001 0 101 10111110 1100010 110000

Color Harmonies of #03CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CAF2

Black with #03CAF2

Text Example


Text Example

White with #03CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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