Html Css Color HEX #049FEC Deep Sky Blue

📋 copy color: '#049FEC'

red 4 ◦ green 159 ◦ blue 236

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

Shades of Deep Sky Blue #049FEC

Tints of Deep Sky Blue #049FEC

RGB

 RED value IS 4 (1.95% from 255) = 1%

 GREEN value IS 159 (62.5% from 255) = 39.85%

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 1%
G = 39.85%
B = 59.15%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#049FEC (or 0x049FEC) is known color: Deep Sky Blue. HEX triplet: 04, 9F and EC. RGB value is (4,159,236). Sum of RGB (Red+Green+Blue) = 4+159+236=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #049FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FEC is #FB6013. Grayscale: #787878. Windows color (decimal): -16474132 or 15507204. OLE color: 15507204.

HSL color Cylindrical-coordinate representation of color #049FEC: hue angle of 199.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FEC is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 159 236 -
CMYK 0.98 0.33 0 0.07
HSL 199.91º 0.97% 0.47% -
HSV(B) 199.91º 0.98% 0.93% -
XYZ 27.59 30.88 83.86 -
YUV 121.43 192.65 44.24 -
System Red Green Blue C M Y K H S L
Decimal 4 159 236 0.98 0.33 0 0.07 199.91 0.97 0.47
Hex 4 9F EC 62 21 0 7 C8 61 2F
Octal 4 237 354 142 41 0 7 310 141 57
Binary 100 10011111 11101100 1100010 100001 0 111 11001000 1100001 101111

Color Harmonies of #049FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FEC

Black with #049FEC

Text Example


Text Example

White with #049FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049FEC; }

 p { color: rgb(4,159,236); }

 H1.HeaderClassName
 {
   color: #049FEC;
 }
 .AnyTagClassName
 {
   color: #049FEC;
 }
</style>

background-color css

<style>
 a { background-color: #049FEC; }

 a { background-color: rgb(4,159,236); }

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

border-color css

<style>
 span { border-color: #049FEC; }

 span { border-color: rgb(4,159,236); }

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