Shades of Dodger Blue #049EFE
Tints of Dodger Blue #049EFE
RGB
CMYK
RGB Variations
Color information
#049EFE (or 0x049EFE) is known color: Dodger Blue. HEX triplet: 04, 9E and FE. RGB value is (4,158,254). Sum of RGB (Red+Green+Blue) = 4+158+254=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #049EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EFE is #FB6101. Grayscale: #7A7A7A. Windows color (decimal): -16474370 or 16686596. OLE color: 16686596.
HSL color Cylindrical-coordinate representation of color #049EFE: hue angle of 203.04º 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 #049EFE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 158 | 254 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.00 |
| HSL | 203.04º | 0.99% | 0.51% | - |
| HSV(B) | 203.04º | 0.98% | 1% | - |
| XYZ | 30.17 | 31.64 | 98.28 | - |
| YUV | 122.9 | 201.98 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 158 | 254 | 0.98 | 0.38 | 0 | 0.00 | 203.04 | 0.99 | 0.51 |
| Hex | 4 | 9E | FE | 62 | 26 | 0 | 0 | CB | 63 | 33 |
| Octal | 4 | 236 | 376 | 142 | 46 | 0 | 0 | 313 | 143 | 63 |
| Binary | 100 | 10011110 | 11111110 | 1100010 | 100110 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #049EFE
Complementary color
Monochromatic Colors of #049EFE
Black with #049EFE
Text Example
Text Example
White with #049EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049EFE; }
p { color: rgb(4,158,254); }
H1.HeaderClassName
{
color: #049EFE;
}
.AnyTagClassName
{
color: #049EFE;
}
</style>
background-color css
<style>
a { background-color: #049EFE; }
a { background-color: rgb(4,158,254); }
div.DivClassName
{
background-color: #049EFE;
}
.BgClassName
{
background-color: #049EFE;
}
</style>
border-color css
<style>
span { border-color: #049EFE; }
span { border-color: rgb(4,158,254); }
td.TdClassName
{
border-color: #049EFE;
}
.TagClassName
{
border-color: #049EFE;
}
</style>