Shades of Havelock Blue #508BD2
Tints of Havelock Blue #508BD2
RGB
CMYK
RGB Variations
Color information
#508BD2 (or 0x508BD2) is known color: Havelock Blue. HEX triplet: 50, 8B and D2. RGB value is (80,139,210). Sum of RGB (Red+Green+Blue) = 80+139+210=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #508BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BD2 is #AF742D. Grayscale: #818181. Windows color (decimal): -11498542 or 13798224. OLE color: 13798224.
HSL color Cylindrical-coordinate representation of color #508BD2: hue angle of 212.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508BD2 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 139 | 210 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.18 |
| HSL | 212.77º | 0.59% | 0.57% | - |
| HSV(B) | 212.77º | 0.62% | 0.82% | - |
| XYZ | 24.17 | 24.82 | 64.49 | - |
| YUV | 129.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 210 | 0.62 | 0.34 | 0 | 0.18 | 212.77 | 0.59 | 0.57 |
| Hex | 50 | 8B | D2 | 3E | 22 | 0 | 12 | D5 | 3B | 39 |
| Octal | 120 | 213 | 322 | 76 | 42 | 0 | 22 | 325 | 73 | 71 |
| Binary | 1010000 | 10001011 | 11010010 | 111110 | 100010 | 0 | 10010 | 11010101 | 111011 | 111001 |
Color Harmonies of #508BD2
Complementary color
Monochromatic Colors of #508BD2
Black with #508BD2
Text Example
Text Example
White with #508BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BD2; }
p { color: rgb(80,139,210); }
H1.HeaderClassName
{
color: #508BD2;
}
.AnyTagClassName
{
color: #508BD2;
}
</style>
background-color css
<style>
a { background-color: #508BD2; }
a { background-color: rgb(80,139,210); }
div.DivClassName
{
background-color: #508BD2;
}
.BgClassName
{
background-color: #508BD2;
}
</style>
border-color css
<style>
span { border-color: #508BD2; }
span { border-color: rgb(80,139,210); }
td.TdClassName
{
border-color: #508BD2;
}
.TagClassName
{
border-color: #508BD2;
}
</style>