Html Css Color HEX #049DED Dodger Blue

📋 copy color: '#049DED'

red 4 ◦ green 157 ◦ blue 237

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

Shades of Dodger Blue #049DED

Tints of Dodger Blue #049DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 1.01%
G = 39.45%
B = 59.55%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#049DED (or 0x049DED) is known color: Dodger Blue. HEX triplet: 04, 9D and ED. RGB value is (4,157,237). Sum of RGB (Red+Green+Blue) = 4+157+237=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #049DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DED is #FB6212. Grayscale: #777777. Windows color (decimal): -16474643 or 15572228. OLE color: 15572228.

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

Color convert

RGB 4 157 237 -
CMYK 0.98 0.34 0 0.07
HSL 200.6º 0.97% 0.47% -
HSV(B) 200.6º 0.98% 0.93% -
XYZ 27.39 30.25 84.52 -
YUV 120.37 193.81 45 -
System Red Green Blue C M Y K H S L
Decimal 4 157 237 0.98 0.34 0 0.07 200.6 0.97 0.47
Hex 4 9D ED 62 22 0 7 C9 61 2F
Octal 4 235 355 142 42 0 7 311 141 57
Binary 100 10011101 11101101 1100010 100010 0 111 11001001 1100001 101111

Color Harmonies of #049DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DED

Black with #049DED

Text Example


Text Example

White with #049DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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