Shades of Dodger Blue #058BFF
Tints of Dodger Blue #058BFF
RGB
CMYK
RGB Variations
Color information
#058BFF (or 0x058BFF) is known color: Dodger Blue. HEX triplet: 05, 8B and FF. RGB value is (5,139,255). Sum of RGB (Red+Green+Blue) = 5+139+255=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #058BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BFF is #FA7400. Grayscale: #6F6F6F. Windows color (decimal): -16413697 or 16747269. OLE color: 16747269.
HSL color Cylindrical-coordinate representation of color #058BFF: hue angle of 207.84º 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 #058BFF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 139 | 255 | - |
| CMYK | 0.98 | 0.45 | 0 | 0 |
| HSL | 207.84º | 1% | 0.51% | - |
| HSV(B) | 207.84º | 0.98% | 1% | - |
| XYZ | 27.35 | 25.72 | 98.13 | - |
| YUV | 112.16 | 208.61 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 255 | 0.98 | 0.45 | 0 | 0 | 207.84 | 1 | 0.51 |
| Hex | 5 | 8B | FF | 62 | 2D | 0 | 0 | D0 | 64 | 33 |
| Octal | 5 | 213 | 377 | 142 | 55 | 0 | 0 | 320 | 144 | 63 |
| Binary | 101 | 10001011 | 11111111 | 1100010 | 101101 | 0 | 0 | 11010000 | 1100100 | 110011 |
Color Harmonies of #058BFF
Complementary color
Monochromatic Colors of #058BFF
Black with #058BFF
Text Example
Text Example
White with #058BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BFF; }
p { color: rgb(5,139,255); }
H1.HeaderClassName
{
color: #058BFF;
}
.AnyTagClassName
{
color: #058BFF;
}
</style>
background-color css
<style>
a { background-color: #058BFF; }
a { background-color: rgb(5,139,255); }
div.DivClassName
{
background-color: #058BFF;
}
.BgClassName
{
background-color: #058BFF;
}
</style>
border-color css
<style>
span { border-color: #058BFF; }
span { border-color: rgb(5,139,255); }
td.TdClassName
{
border-color: #058BFF;
}
.TagClassName
{
border-color: #058BFF;
}
</style>