Shades of Dodger Blue #058DFE
Tints of Dodger Blue #058DFE
RGB
CMYK
RGB Variations
Color information
#058DFE (or 0x058DFE) is known color: Dodger Blue. HEX triplet: 05, 8D and FE. RGB value is (5,141,254). Sum of RGB (Red+Green+Blue) = 5+141+254=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #058DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058DFE is #FA7201. Grayscale: #707070. Windows color (decimal): -16413186 or 16682245. OLE color: 16682245.
HSL color Cylindrical-coordinate representation of color #058DFE: hue angle of 207.23º 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 #058DFE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 141 | 254 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.00 |
| HSL | 207.23º | 0.99% | 0.51% | - |
| HSV(B) | 207.23º | 0.98% | 1% | - |
| XYZ | 27.48 | 26.24 | 97.38 | - |
| YUV | 113.22 | 207.44 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 254 | 0.98 | 0.44 | 0 | 0.00 | 207.23 | 0.99 | 0.51 |
| Hex | 5 | 8D | FE | 62 | 2C | 0 | 0 | CF | 63 | 33 |
| Octal | 5 | 215 | 376 | 142 | 54 | 0 | 0 | 317 | 143 | 63 |
| Binary | 101 | 10001101 | 11111110 | 1100010 | 101100 | 0 | 0 | 11001111 | 1100011 | 110011 |
Color Harmonies of #058DFE
Complementary color
Monochromatic Colors of #058DFE
Black with #058DFE
Text Example
Text Example
White with #058DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DFE; }
p { color: rgb(5,141,254); }
H1.HeaderClassName
{
color: #058DFE;
}
.AnyTagClassName
{
color: #058DFE;
}
</style>
background-color css
<style>
a { background-color: #058DFE; }
a { background-color: rgb(5,141,254); }
div.DivClassName
{
background-color: #058DFE;
}
.BgClassName
{
background-color: #058DFE;
}
</style>
border-color css
<style>
span { border-color: #058DFE; }
span { border-color: rgb(5,141,254); }
td.TdClassName
{
border-color: #058DFE;
}
.TagClassName
{
border-color: #058DFE;
}
</style>