Shades of Dodger Blue #058FFD
Tints of Dodger Blue #058FFD
RGB
CMYK
RGB Variations
Color information
#058FFD (or 0x058FFD) is known color: Dodger Blue. HEX triplet: 05, 8F and FD. RGB value is (5,143,253). Sum of RGB (Red+Green+Blue) = 5+143+253=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #058FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FFD is #FA7002. Grayscale: #717171. Windows color (decimal): -16412675 or 16617221. OLE color: 16617221.
HSL color Cylindrical-coordinate representation of color #058FFD: hue angle of 206.61º 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 #058FFD is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 143 | 253 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.01 |
| HSL | 206.61º | 0.98% | 0.51% | - |
| HSV(B) | 206.61º | 0.98% | 0.99% | - |
| XYZ | 27.61 | 26.77 | 96.64 | - |
| YUV | 114.28 | 206.28 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 253 | 0.98 | 0.43 | 0 | 0.01 | 206.61 | 0.98 | 0.51 |
| Hex | 5 | 8F | FD | 62 | 2B | 0 | 1 | CF | 62 | 33 |
| Octal | 5 | 217 | 375 | 142 | 53 | 0 | 1 | 317 | 142 | 63 |
| Binary | 101 | 10001111 | 11111101 | 1100010 | 101011 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #058FFD
Complementary color
Monochromatic Colors of #058FFD
Black with #058FFD
Text Example
Text Example
White with #058FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FFD; }
p { color: rgb(5,143,253); }
H1.HeaderClassName
{
color: #058FFD;
}
.AnyTagClassName
{
color: #058FFD;
}
</style>
background-color css
<style>
a { background-color: #058FFD; }
a { background-color: rgb(5,143,253); }
div.DivClassName
{
background-color: #058FFD;
}
.BgClassName
{
background-color: #058FFD;
}
</style>
border-color css
<style>
span { border-color: #058FFD; }
span { border-color: rgb(5,143,253); }
td.TdClassName
{
border-color: #058FFD;
}
.TagClassName
{
border-color: #058FFD;
}
</style>