Html Css Color HEX #03C7F2 Deep Sky Blue

📋 copy color: '#03C7F2'

red 3 ◦ green 199 ◦ blue 242

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

Shades of Deep Sky Blue #03C7F2

Tints of Deep Sky Blue #03C7F2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

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

R = 0.68%
G = 44.82%
B = 54.5%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#03C7F2 (or 0x03C7F2) is known color: Deep Sky Blue. HEX triplet: 03, C7 and F2. RGB value is (3,199,242). Sum of RGB (Red+Green+Blue) = 3+199+242=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #03C7F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C7F2 is #FC380D. Grayscale: #909090. Windows color (decimal): -16529422 or 15910659. OLE color: 15910659.

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

Color convert

RGB 3 199 242 -
CMYK 0.99 0.18 0 0.05
HSL 190.8º 0.98% 0.48% -
HSV(B) 190.8º 0.99% 0.95% -
XYZ 36.49 47.28 91.21 -
YUV 145.3 182.57 26.5 -
System Red Green Blue C M Y K H S L
Decimal 3 199 242 0.99 0.18 0 0.05 190.8 0.98 0.48
Hex 3 C7 F2 63 12 0 5 BF 62 30
Octal 3 307 362 143 22 0 5 277 142 60
Binary 11 11000111 11110010 1100011 10010 0 101 10111111 1100010 110000

Color Harmonies of #03C7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C7F2

Black with #03C7F2

Text Example


Text Example

White with #03C7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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