Html Css Color HEX #049EEA Dodger Blue

📋 copy color: '#049EEA'

red 4 ◦ green 158 ◦ blue 234

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

Shades of Dodger Blue #049EEA

Tints of Dodger Blue #049EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 1.01%
G = 39.9%
B = 59.09%

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

#049EEA (or 0x049EEA) is known color: Dodger Blue. HEX triplet: 04, 9E and EA. RGB value is (4,158,234). Sum of RGB (Red+Green+Blue) = 4+158+234=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #049EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EEA is #FB6115. Grayscale: #787878. Windows color (decimal): -16474390 or 15375876. OLE color: 15375876.

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

Color convert

RGB 4 158 234 -
CMYK 0.98 0.32 0 0.08
HSL 199.83º 0.97% 0.47% -
HSV(B) 199.83º 0.98% 0.92% -
XYZ 27.13 30.42 82.28 -
YUV 120.62 191.98 44.82 -
System Red Green Blue C M Y K H S L
Decimal 4 158 234 0.98 0.32 0 0.08 199.83 0.97 0.47
Hex 4 9E EA 62 20 0 8 C8 61 2F
Octal 4 236 352 142 40 0 10 310 141 57
Binary 100 10011110 11101010 1100010 100000 0 1000 11001000 1100001 101111

Color Harmonies of #049EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EEA

Black with #049EEA

Text Example


Text Example

White with #049EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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