Shades of Dodger Blue #049DFE
Tints of Dodger Blue #049DFE
RGB
CMYK
RGB Variations
Color information
#049DFE (or 0x049DFE) is known color: Dodger Blue. HEX triplet: 04, 9D and FE. RGB value is (4,157,254). Sum of RGB (Red+Green+Blue) = 4+157+254=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #049DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DFE is #FB6201. Grayscale: #797979. Windows color (decimal): -16474626 or 16686340. OLE color: 16686340.
HSL color Cylindrical-coordinate representation of color #049DFE: hue angle of 203.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DFE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 157 | 254 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.00 |
| HSL | 203.28º | 0.99% | 0.51% | - |
| HSV(B) | 203.28º | 0.98% | 1% | - |
| XYZ | 30 | 31.3 | 98.23 | - |
| YUV | 122.31 | 202.31 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 254 | 0.98 | 0.38 | 0 | 0.00 | 203.28 | 0.99 | 0.51 |
| Hex | 4 | 9D | FE | 62 | 26 | 0 | 0 | CB | 63 | 33 |
| Octal | 4 | 235 | 376 | 142 | 46 | 0 | 0 | 313 | 143 | 63 |
| Binary | 100 | 10011101 | 11111110 | 1100010 | 100110 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #049DFE
Complementary color
Monochromatic Colors of #049DFE
Black with #049DFE
Text Example
Text Example
White with #049DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DFE; }
p { color: rgb(4,157,254); }
H1.HeaderClassName
{
color: #049DFE;
}
.AnyTagClassName
{
color: #049DFE;
}
</style>
background-color css
<style>
a { background-color: #049DFE; }
a { background-color: rgb(4,157,254); }
div.DivClassName
{
background-color: #049DFE;
}
.BgClassName
{
background-color: #049DFE;
}
</style>
border-color css
<style>
span { border-color: #049DFE; }
span { border-color: rgb(4,157,254); }
td.TdClassName
{
border-color: #049DFE;
}
.TagClassName
{
border-color: #049DFE;
}
</style>