Shades of Dodger Blue #0588FF
Tints of Dodger Blue #0588FF
RGB
CMYK
RGB Variations
Color information
#0588FF (or 0x0588FF) is known color: Dodger Blue. HEX triplet: 05, 88 and FF. RGB value is (5,136,255). Sum of RGB (Red+Green+Blue) = 5+136+255=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #0588FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0588FF is #FA7700. Grayscale: #6D6D6D. Windows color (decimal): -16414465 or 16746501. OLE color: 16746501.
HSL color Cylindrical-coordinate representation of color #0588FF: hue angle of 208.56º 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 #0588FF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 136 | 255 | - |
| CMYK | 0.98 | 0.47 | 0 | 0 |
| HSL | 208.56º | 1% | 0.51% | - |
| HSV(B) | 208.56º | 0.98% | 1% | - |
| XYZ | 26.92 | 24.86 | 97.99 | - |
| YUV | 110.4 | 209.6 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 255 | 0.98 | 0.47 | 0 | 0 | 208.56 | 1 | 0.51 |
| Hex | 5 | 88 | FF | 62 | 2F | 0 | 0 | D1 | 64 | 33 |
| Octal | 5 | 210 | 377 | 142 | 57 | 0 | 0 | 321 | 144 | 63 |
| Binary | 101 | 10001000 | 11111111 | 1100010 | 101111 | 0 | 0 | 11010001 | 1100100 | 110011 |
Color Harmonies of #0588FF
Complementary color
Monochromatic Colors of #0588FF
Black with #0588FF
Text Example
Text Example
White with #0588FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0588FF; }
p { color: rgb(5,136,255); }
H1.HeaderClassName
{
color: #0588FF;
}
.AnyTagClassName
{
color: #0588FF;
}
</style>
background-color css
<style>
a { background-color: #0588FF; }
a { background-color: rgb(5,136,255); }
div.DivClassName
{
background-color: #0588FF;
}
.BgClassName
{
background-color: #0588FF;
}
</style>
border-color css
<style>
span { border-color: #0588FF; }
span { border-color: rgb(5,136,255); }
td.TdClassName
{
border-color: #0588FF;
}
.TagClassName
{
border-color: #0588FF;
}
</style>