Shades of Havelock Blue #508CCB
Tints of Havelock Blue #508CCB
RGB
CMYK
RGB Variations
Color information
#508CCB (or 0x508CCB) is known color: Havelock Blue. HEX triplet: 50, 8C and CB. RGB value is (80,140,203). Sum of RGB (Red+Green+Blue) = 80+140+203=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #508CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCB is #AF7334. Grayscale: #808080. Windows color (decimal): -11498293 or 13339728. OLE color: 13339728.
HSL color Cylindrical-coordinate representation of color #508CCB: hue angle of 210.73º 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 #508CCB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 140 | 203 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.20 |
| HSL | 210.73º | 0.54% | 0.55% | - |
| HSV(B) | 210.73º | 0.61% | 0.8% | - |
| XYZ | 23.47 | 24.77 | 60.04 | - |
| YUV | 129.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 203 | 0.61 | 0.31 | 0 | 0.20 | 210.73 | 0.54 | 0.55 |
| Hex | 50 | 8C | CB | 3D | 1F | 0 | 14 | D3 | 36 | 37 |
| Octal | 120 | 214 | 313 | 75 | 37 | 0 | 24 | 323 | 66 | 67 |
| Binary | 1010000 | 10001100 | 11001011 | 111101 | 11111 | 0 | 10100 | 11010011 | 110110 | 110111 |
Color Harmonies of #508CCB
Complementary color
Monochromatic Colors of #508CCB
Black with #508CCB
Text Example
Text Example
White with #508CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CCB; }
p { color: rgb(80,140,203); }
H1.HeaderClassName
{
color: #508CCB;
}
.AnyTagClassName
{
color: #508CCB;
}
</style>
background-color css
<style>
a { background-color: #508CCB; }
a { background-color: rgb(80,140,203); }
div.DivClassName
{
background-color: #508CCB;
}
.BgClassName
{
background-color: #508CCB;
}
</style>
border-color css
<style>
span { border-color: #508CCB; }
span { border-color: rgb(80,140,203); }
td.TdClassName
{
border-color: #508CCB;
}
.TagClassName
{
border-color: #508CCB;
}
</style>