Html Css Color HEX #049CEA Dodger Blue

📋 copy color: '#049CEA'

red 4 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #049CEA

Tints of Dodger Blue #049CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

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

R = 1.02%
G = 39.59%
B = 59.39%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#049CEA (or 0x049CEA) is known color: Dodger Blue. HEX triplet: 04, 9C and EA. RGB value is (4,156,234). Sum of RGB (Red+Green+Blue) = 4+156+234=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #049CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CEA is #FB6315. Grayscale: #767676. Windows color (decimal): -16474902 or 15375364. OLE color: 15375364.

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

Color convert

RGB 4 156 234 -
CMYK 0.98 0.33 0 0.08
HSL 200.35º 0.97% 0.47% -
HSV(B) 200.35º 0.98% 0.92% -
XYZ 26.79 29.74 82.17 -
YUV 119.44 192.64 45.66 -
System Red Green Blue C M Y K H S L
Decimal 4 156 234 0.98 0.33 0 0.08 200.35 0.97 0.47
Hex 4 9C EA 62 21 0 8 C8 61 2F
Octal 4 234 352 142 41 0 10 310 141 57
Binary 100 10011100 11101010 1100010 100001 0 1000 11001000 1100001 101111

Color Harmonies of #049CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CEA

Black with #049CEA

Text Example


Text Example

White with #049CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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