Shades of Dodger Blue #049DFF
Tints of Dodger Blue #049DFF
RGB
CMYK
RGB Variations
Color information
#049DFF (or 0x049DFF) is known color: Dodger Blue. HEX triplet: 04, 9D and FF. RGB value is (4,157,255). Sum of RGB (Red+Green+Blue) = 4+157+255=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #049DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DFF is #FB6200. Grayscale: #797979. Windows color (decimal): -16474625 or 16751876. OLE color: 16751876.
HSL color Cylindrical-coordinate representation of color #049DFF: hue angle of 203.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DFF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 157 | 255 | - |
| CMYK | 0.98 | 0.38 | 0 | 0 |
| HSL | 203.43º | 1% | 0.51% | - |
| HSV(B) | 203.43º | 0.98% | 1% | - |
| XYZ | 30.16 | 31.36 | 99.07 | - |
| YUV | 122.43 | 202.81 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 255 | 0.98 | 0.38 | 0 | 0 | 203.43 | 1 | 0.51 |
| Hex | 4 | 9D | FF | 62 | 26 | 0 | 0 | CB | 64 | 33 |
| Octal | 4 | 235 | 377 | 142 | 46 | 0 | 0 | 313 | 144 | 63 |
| Binary | 100 | 10011101 | 11111111 | 1100010 | 100110 | 0 | 0 | 11001011 | 1100100 | 110011 |
Color Harmonies of #049DFF
Complementary color
Monochromatic Colors of #049DFF
Black with #049DFF
Text Example
Text Example
White with #049DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DFF; }
p { color: rgb(4,157,255); }
H1.HeaderClassName
{
color: #049DFF;
}
.AnyTagClassName
{
color: #049DFF;
}
</style>
background-color css
<style>
a { background-color: #049DFF; }
a { background-color: rgb(4,157,255); }
div.DivClassName
{
background-color: #049DFF;
}
.BgClassName
{
background-color: #049DFF;
}
</style>
border-color css
<style>
span { border-color: #049DFF; }
span { border-color: rgb(4,157,255); }
td.TdClassName
{
border-color: #049DFF;
}
.TagClassName
{
border-color: #049DFF;
}
</style>