Html Css Color HEX #049CEB Dodger Blue

📋 copy color: '#049CEB'

red 4 ◦ green 156 ◦ blue 235

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

Shades of Dodger Blue #049CEB

Tints of Dodger Blue #049CEB

RGB

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

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

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

R = 1.01%
G = 39.49%
B = 59.49%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#049CEB (or 0x049CEB) is known color: Dodger Blue. HEX triplet: 04, 9C and EB. RGB value is (4,156,235). Sum of RGB (Red+Green+Blue) = 4+156+235=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #049CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CEB is #FB6314. Grayscale: #777777. Windows color (decimal): -16474901 or 15440900. OLE color: 15440900.

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

Color convert

RGB 4 156 235 -
CMYK 0.98 0.34 0 0.08
HSL 200.52º 0.97% 0.47% -
HSV(B) 200.52º 0.98% 0.92% -
XYZ 26.93 29.8 82.93 -
YUV 119.56 193.14 45.58 -
System Red Green Blue C M Y K H S L
Decimal 4 156 235 0.98 0.34 0 0.08 200.52 0.97 0.47
Hex 4 9C EB 62 22 0 8 C9 61 2F
Octal 4 234 353 142 42 0 10 311 141 57
Binary 100 10011100 11101011 1100010 100010 0 1000 11001001 1100001 101111

Color Harmonies of #049CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049CEB

Black with #049CEB

Text Example


Text Example

White with #049CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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