Html Css Color HEX #049EED Dodger Blue

📋 copy color: '#049EED'

red 4 ◦ green 158 ◦ blue 237

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

Shades of Dodger Blue #049EED

Tints of Dodger Blue #049EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.6%

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 1%
G = 39.6%
B = 59.4%

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

#049EED (or 0x049EED) is known color: Dodger Blue. HEX triplet: 04, 9E and ED. RGB value is (4,158,237). Sum of RGB (Red+Green+Blue) = 4+158+237=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #049EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EED is #FB6112. Grayscale: #787878. Windows color (decimal): -16474387 or 15572484. OLE color: 15572484.

HSL color Cylindrical-coordinate representation of color #049EED: hue angle of 200.34º 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 #049EED is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 158 237 -
CMYK 0.98 0.33 0 0.07
HSL 200.34º 0.97% 0.47% -
HSV(B) 200.34º 0.98% 0.93% -
XYZ 27.56 30.59 84.57 -
YUV 120.96 193.48 44.58 -
System Red Green Blue C M Y K H S L
Decimal 4 158 237 0.98 0.33 0 0.07 200.34 0.97 0.47
Hex 4 9E ED 62 21 0 7 C8 61 2F
Octal 4 236 355 142 41 0 7 310 141 57
Binary 100 10011110 11101101 1100010 100001 0 111 11001000 1100001 101111

Color Harmonies of #049EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EED

Black with #049EED

Text Example


Text Example

White with #049EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,158,237); }

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

background-color css

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

 a { background-color: rgb(4,158,237); }

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

border-color css

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

 span { border-color: rgb(4,158,237); }

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