Shades of Havelock Blue #508CCC
Tints of Havelock Blue #508CCC
RGB
CMYK
RGB Variations
Color information
#508CCC (or 0x508CCC) is known color: Havelock Blue. HEX triplet: 50, 8C and CC. RGB value is (80,140,204). Sum of RGB (Red+Green+Blue) = 80+140+204=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #508CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCC is #AF7333. Grayscale: #818181. Windows color (decimal): -11498292 or 13405264. OLE color: 13405264.
HSL color Cylindrical-coordinate representation of color #508CCC: hue angle of 210.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508CCC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 140 | 204 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.2 |
| HSL | 210.97º | 0.55% | 0.56% | - |
| HSV(B) | 210.97º | 0.61% | 0.8% | - |
| XYZ | 23.59 | 24.82 | 60.67 | - |
| YUV | 129.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 204 | 0.61 | 0.31 | 0 | 0.2 | 210.97 | 0.55 | 0.56 |
| Hex | 50 | 8C | CC | 3D | 1F | 0 | 14 | D3 | 37 | 38 |
| Octal | 120 | 214 | 314 | 75 | 37 | 0 | 24 | 323 | 67 | 70 |
| Binary | 1010000 | 10001100 | 11001100 | 111101 | 11111 | 0 | 10100 | 11010011 | 110111 | 111000 |
Color Harmonies of #508CCC
Complementary color
Monochromatic Colors of #508CCC
Black with #508CCC
Text Example
Text Example
White with #508CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CCC; }
p { color: rgb(80,140,204); }
H1.HeaderClassName
{
color: #508CCC;
}
.AnyTagClassName
{
color: #508CCC;
}
</style>
background-color css
<style>
a { background-color: #508CCC; }
a { background-color: rgb(80,140,204); }
div.DivClassName
{
background-color: #508CCC;
}
.BgClassName
{
background-color: #508CCC;
}
</style>
border-color css
<style>
span { border-color: #508CCC; }
span { border-color: rgb(80,140,204); }
td.TdClassName
{
border-color: #508CCC;
}
.TagClassName
{
border-color: #508CCC;
}
</style>