Shades of Dodger Blue #058EFF
Tints of Dodger Blue #058EFF
RGB
CMYK
RGB Variations
Color information
#058EFF (or 0x058EFF) is known color: Dodger Blue. HEX triplet: 05, 8E and FF. RGB value is (5,142,255). Sum of RGB (Red+Green+Blue) = 5+142+255=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #058EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058EFF is #FA7100. Grayscale: #717171. Windows color (decimal): -16412929 or 16748037. OLE color: 16748037.
HSL color Cylindrical-coordinate representation of color #058EFF: hue angle of 207.12º 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 #058EFF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 142 | 255 | - |
| CMYK | 0.98 | 0.44 | 0 | 0 |
| HSL | 207.12º | 1% | 0.51% | - |
| HSV(B) | 207.12º | 0.98% | 1% | - |
| XYZ | 27.79 | 26.6 | 98.28 | - |
| YUV | 113.92 | 207.61 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 255 | 0.98 | 0.44 | 0 | 0 | 207.12 | 1 | 0.51 |
| Hex | 5 | 8E | FF | 62 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 5 | 216 | 377 | 142 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 101 | 10001110 | 11111111 | 1100010 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #058EFF
Complementary color
Monochromatic Colors of #058EFF
Black with #058EFF
Text Example
Text Example
White with #058EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058EFF; }
p { color: rgb(5,142,255); }
H1.HeaderClassName
{
color: #058EFF;
}
.AnyTagClassName
{
color: #058EFF;
}
</style>
background-color css
<style>
a { background-color: #058EFF; }
a { background-color: rgb(5,142,255); }
div.DivClassName
{
background-color: #058EFF;
}
.BgClassName
{
background-color: #058EFF;
}
</style>
border-color css
<style>
span { border-color: #058EFF; }
span { border-color: rgb(5,142,255); }
td.TdClassName
{
border-color: #058EFF;
}
.TagClassName
{
border-color: #058EFF;
}
</style>