Shades of Dodger Blue #058DFC
Tints of Dodger Blue #058DFC
RGB
CMYK
RGB Variations
Color information
#058DFC (or 0x058DFC) is known color: Dodger Blue. HEX triplet: 05, 8D and FC. RGB value is (5,141,252). Sum of RGB (Red+Green+Blue) = 5+141+252=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #058DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058DFC is #FA7203. Grayscale: #707070. Windows color (decimal): -16413188 or 16551173. OLE color: 16551173.
HSL color Cylindrical-coordinate representation of color #058DFC: hue angle of 206.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DFC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 141 | 252 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.01 |
| HSL | 206.96º | 0.98% | 0.5% | - |
| HSV(B) | 206.96º | 0.98% | 0.99% | - |
| XYZ | 27.16 | 26.11 | 95.7 | - |
| YUV | 112.99 | 206.44 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 252 | 0.98 | 0.44 | 0 | 0.01 | 206.96 | 0.98 | 0.5 |
| Hex | 5 | 8D | FC | 62 | 2C | 0 | 1 | CF | 62 | 32 |
| Octal | 5 | 215 | 374 | 142 | 54 | 0 | 1 | 317 | 142 | 62 |
| Binary | 101 | 10001101 | 11111100 | 1100010 | 101100 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #058DFC
Complementary color
Monochromatic Colors of #058DFC
Black with #058DFC
Text Example
Text Example
White with #058DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DFC; }
p { color: rgb(5,141,252); }
H1.HeaderClassName
{
color: #058DFC;
}
.AnyTagClassName
{
color: #058DFC;
}
</style>
background-color css
<style>
a { background-color: #058DFC; }
a { background-color: rgb(5,141,252); }
div.DivClassName
{
background-color: #058DFC;
}
.BgClassName
{
background-color: #058DFC;
}
</style>
border-color css
<style>
span { border-color: #058DFC; }
span { border-color: rgb(5,141,252); }
td.TdClassName
{
border-color: #058DFC;
}
.TagClassName
{
border-color: #058DFC;
}
</style>