Shades of Dodger Blue #049FED
Tints of Dodger Blue #049FED
RGB
CMYK
RGB Variations
Color information
#049FED (or 0x049FED) is known color: Dodger Blue. HEX triplet: 04, 9F and ED. RGB value is (4,159,237). Sum of RGB (Red+Green+Blue) = 4+159+237=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #049FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049FED is #FB6012. Grayscale: #797979. Windows color (decimal): -16474131 or 15572740. OLE color: 15572740.
HSL color Cylindrical-coordinate representation of color #049FED: hue angle of 200.09º 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 #049FED is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 159 | 237 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.07 |
| HSL | 200.09º | 0.97% | 0.47% | - |
| HSV(B) | 200.09º | 0.98% | 0.93% | - |
| XYZ | 27.73 | 30.94 | 84.63 | - |
| YUV | 121.55 | 193.15 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 237 | 0.98 | 0.33 | 0 | 0.07 | 200.09 | 0.97 | 0.47 |
| Hex | 4 | 9F | ED | 62 | 21 | 0 | 7 | C8 | 61 | 2F |
| Octal | 4 | 237 | 355 | 142 | 41 | 0 | 7 | 310 | 141 | 57 |
| Binary | 100 | 10011111 | 11101101 | 1100010 | 100001 | 0 | 111 | 11001000 | 1100001 | 101111 |
Color Harmonies of #049FED
Complementary color
Monochromatic Colors of #049FED
Black with #049FED
Text Example
Text Example
White with #049FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049FED; }
p { color: rgb(4,159,237); }
H1.HeaderClassName
{
color: #049FED;
}
.AnyTagClassName
{
color: #049FED;
}
</style>
background-color css
<style>
a { background-color: #049FED; }
a { background-color: rgb(4,159,237); }
div.DivClassName
{
background-color: #049FED;
}
.BgClassName
{
background-color: #049FED;
}
</style>
border-color css
<style>
span { border-color: #049FED; }
span { border-color: rgb(4,159,237); }
td.TdClassName
{
border-color: #049FED;
}
.TagClassName
{
border-color: #049FED;
}
</style>