Shades of Dodger Blue #058AFF
Tints of Dodger Blue #058AFF
RGB
CMYK
RGB Variations
Color information
#058AFF (or 0x058AFF) is known color: Dodger Blue. HEX triplet: 05, 8A and FF. RGB value is (5,138,255). Sum of RGB (Red+Green+Blue) = 5+138+255=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #058AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058AFF is #FA7500. Grayscale: #6E6E6E. Windows color (decimal): -16413953 or 16747013. OLE color: 16747013.
HSL color Cylindrical-coordinate representation of color #058AFF: hue angle of 208.08º 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 #058AFF is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 138 | 255 | - |
| CMYK | 0.98 | 0.46 | 0 | 0 |
| HSL | 208.08º | 1% | 0.51% | - |
| HSV(B) | 208.08º | 0.98% | 1% | - |
| XYZ | 27.2 | 25.43 | 98.08 | - |
| YUV | 111.57 | 208.94 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 255 | 0.98 | 0.46 | 0 | 0 | 208.08 | 1 | 0.51 |
| Hex | 5 | 8A | FF | 62 | 2E | 0 | 0 | D0 | 64 | 33 |
| Octal | 5 | 212 | 377 | 142 | 56 | 0 | 0 | 320 | 144 | 63 |
| Binary | 101 | 10001010 | 11111111 | 1100010 | 101110 | 0 | 0 | 11010000 | 1100100 | 110011 |
Color Harmonies of #058AFF
Complementary color
Monochromatic Colors of #058AFF
Black with #058AFF
Text Example
Text Example
White with #058AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058AFF; }
p { color: rgb(5,138,255); }
H1.HeaderClassName
{
color: #058AFF;
}
.AnyTagClassName
{
color: #058AFF;
}
</style>
background-color css
<style>
a { background-color: #058AFF; }
a { background-color: rgb(5,138,255); }
div.DivClassName
{
background-color: #058AFF;
}
.BgClassName
{
background-color: #058AFF;
}
</style>
border-color css
<style>
span { border-color: #058AFF; }
span { border-color: rgb(5,138,255); }
td.TdClassName
{
border-color: #058AFF;
}
.TagClassName
{
border-color: #058AFF;
}
</style>