Html Css Color HEX #049FEB Deep Sky Blue

📋 copy color: '#049FEB'

red 4 ◦ green 159 ◦ blue 235

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

Shades of Deep Sky Blue #049FEB

Tints of Deep Sky Blue #049FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 1.01%
G = 39.95%
B = 59.05%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#049FEB (or 0x049FEB) is known color: Deep Sky Blue. HEX triplet: 04, 9F and EB. RGB value is (4,159,235). Sum of RGB (Red+Green+Blue) = 4+159+235=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #049FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FEB is #FB6014. Grayscale: #787878. Windows color (decimal): -16474133 or 15441668. OLE color: 15441668.

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

Color convert

RGB 4 159 235 -
CMYK 0.98 0.32 0 0.08
HSL 199.74º 0.97% 0.47% -
HSV(B) 199.74º 0.98% 0.92% -
XYZ 27.44 30.82 83.1 -
YUV 121.32 192.15 44.32 -
System Red Green Blue C M Y K H S L
Decimal 4 159 235 0.98 0.32 0 0.08 199.74 0.97 0.47
Hex 4 9F EB 62 20 0 8 C8 61 2F
Octal 4 237 353 142 40 0 10 310 141 57
Binary 100 10011111 11101011 1100010 100000 0 1000 11001000 1100001 101111

Color Harmonies of #049FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049FEB

Black with #049FEB

Text Example


Text Example

White with #049FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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