Shades of Havelock Blue #588BD2
Tints of Havelock Blue #588BD2
RGB
CMYK
RGB Variations
Color information
#588BD2 (or 0x588BD2) is known color: Havelock Blue. HEX triplet: 58, 8B and D2. RGB value is (88,139,210). Sum of RGB (Red+Green+Blue) = 88+139+210=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #588BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BD2 is #A7742D. Grayscale: #838383. Windows color (decimal): -10974254 or 13798232. OLE color: 13798232.
HSL color Cylindrical-coordinate representation of color #588BD2: hue angle of 214.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #588BD2 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 139 | 210 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.18 |
| HSL | 214.92º | 0.58% | 0.58% | - |
| HSV(B) | 214.92º | 0.58% | 0.82% | - |
| XYZ | 24.89 | 25.19 | 64.52 | - |
| YUV | 131.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 210 | 0.58 | 0.34 | 0 | 0.18 | 214.92 | 0.58 | 0.58 |
| Hex | 58 | 8B | D2 | 3A | 22 | 0 | 12 | D7 | 3A | 3A |
| Octal | 130 | 213 | 322 | 72 | 42 | 0 | 22 | 327 | 72 | 72 |
| Binary | 1011000 | 10001011 | 11010010 | 111010 | 100010 | 0 | 10010 | 11010111 | 111010 | 111010 |
Color Harmonies of #588BD2
Complementary color
Monochromatic Colors of #588BD2
Black with #588BD2
Text Example
Text Example
White with #588BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588BD2; }
p { color: rgb(88,139,210); }
H1.HeaderClassName
{
color: #588BD2;
}
.AnyTagClassName
{
color: #588BD2;
}
</style>
background-color css
<style>
a { background-color: #588BD2; }
a { background-color: rgb(88,139,210); }
div.DivClassName
{
background-color: #588BD2;
}
.BgClassName
{
background-color: #588BD2;
}
</style>
border-color css
<style>
span { border-color: #588BD2; }
span { border-color: rgb(88,139,210); }
td.TdClassName
{
border-color: #588BD2;
}
.TagClassName
{
border-color: #588BD2;
}
</style>