Shades of Dodger Blue #058CFD
Tints of Dodger Blue #058CFD
RGB
CMYK
RGB Variations
Color information
#058CFD (or 0x058CFD) is known color: Dodger Blue. HEX triplet: 05, 8C and FD. RGB value is (5,140,253). Sum of RGB (Red+Green+Blue) = 5+140+253=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #058CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CFD is #FA7302. Grayscale: #6F6F6F. Windows color (decimal): -16413443 or 16616453. OLE color: 16616453.
HSL color Cylindrical-coordinate representation of color #058CFD: hue angle of 207.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CFD is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 140 | 253 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.01 |
| HSL | 207.34º | 0.98% | 0.51% | - |
| HSV(B) | 207.34º | 0.98% | 0.99% | - |
| XYZ | 27.17 | 25.88 | 96.49 | - |
| YUV | 112.52 | 207.27 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 253 | 0.98 | 0.45 | 0 | 0.01 | 207.34 | 0.98 | 0.51 |
| Hex | 5 | 8C | FD | 62 | 2D | 0 | 1 | CF | 62 | 33 |
| Octal | 5 | 214 | 375 | 142 | 55 | 0 | 1 | 317 | 142 | 63 |
| Binary | 101 | 10001100 | 11111101 | 1100010 | 101101 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #058CFD
Complementary color
Monochromatic Colors of #058CFD
Black with #058CFD
Text Example
Text Example
White with #058CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CFD; }
p { color: rgb(5,140,253); }
H1.HeaderClassName
{
color: #058CFD;
}
.AnyTagClassName
{
color: #058CFD;
}
</style>
background-color css
<style>
a { background-color: #058CFD; }
a { background-color: rgb(5,140,253); }
div.DivClassName
{
background-color: #058CFD;
}
.BgClassName
{
background-color: #058CFD;
}
</style>
border-color css
<style>
span { border-color: #058CFD; }
span { border-color: rgb(5,140,253); }
td.TdClassName
{
border-color: #058CFD;
}
.TagClassName
{
border-color: #058CFD;
}
</style>