Shades of Havelock Blue #508DCB
Tints of Havelock Blue #508DCB
RGB
CMYK
RGB Variations
Color information
#508DCB (or 0x508DCB) is known color: Havelock Blue. HEX triplet: 50, 8D and CB. RGB value is (80,141,203). Sum of RGB (Red+Green+Blue) = 80+141+203=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #508DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DCB is #AF7234. Grayscale: #818181. Windows color (decimal): -11498037 or 13339984. OLE color: 13339984.
HSL color Cylindrical-coordinate representation of color #508DCB: hue angle of 210.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508DCB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 141 | 203 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.20 |
| HSL | 210.24º | 0.54% | 0.55% | - |
| HSV(B) | 210.24º | 0.61% | 0.8% | - |
| XYZ | 23.61 | 25.07 | 60.09 | - |
| YUV | 129.83 | 169.29 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 203 | 0.61 | 0.31 | 0 | 0.20 | 210.24 | 0.54 | 0.55 |
| Hex | 50 | 8D | CB | 3D | 1F | 0 | 14 | D2 | 36 | 37 |
| Octal | 120 | 215 | 313 | 75 | 37 | 0 | 24 | 322 | 66 | 67 |
| Binary | 1010000 | 10001101 | 11001011 | 111101 | 11111 | 0 | 10100 | 11010010 | 110110 | 110111 |
Color Harmonies of #508DCB
Complementary color
Monochromatic Colors of #508DCB
Black with #508DCB
Text Example
Text Example
White with #508DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DCB; }
p { color: rgb(80,141,203); }
H1.HeaderClassName
{
color: #508DCB;
}
.AnyTagClassName
{
color: #508DCB;
}
</style>
background-color css
<style>
a { background-color: #508DCB; }
a { background-color: rgb(80,141,203); }
div.DivClassName
{
background-color: #508DCB;
}
.BgClassName
{
background-color: #508DCB;
}
</style>
border-color css
<style>
span { border-color: #508DCB; }
span { border-color: rgb(80,141,203); }
td.TdClassName
{
border-color: #508DCB;
}
.TagClassName
{
border-color: #508DCB;
}
</style>