Shades of Havelock Blue #508ACB
Tints of Havelock Blue #508ACB
RGB
CMYK
RGB Variations
Color information
#508ACB (or 0x508ACB) is known color: Havelock Blue. HEX triplet: 50, 8A and CB. RGB value is (80,138,203). Sum of RGB (Red+Green+Blue) = 80+138+203=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #508ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACB is #AF7534. Grayscale: #7F7F7F. Windows color (decimal): -11498805 or 13339216. OLE color: 13339216.
HSL color Cylindrical-coordinate representation of color #508ACB: hue angle of 211.71º 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 #508ACB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 138 | 203 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.20 |
| HSL | 211.71º | 0.54% | 0.55% | - |
| HSV(B) | 211.71º | 0.61% | 0.8% | - |
| XYZ | 23.18 | 24.19 | 59.95 | - |
| YUV | 128.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 203 | 0.61 | 0.32 | 0 | 0.20 | 211.71 | 0.54 | 0.55 |
| Hex | 50 | 8A | CB | 3D | 20 | 0 | 14 | D4 | 36 | 37 |
| Octal | 120 | 212 | 313 | 75 | 40 | 0 | 24 | 324 | 66 | 67 |
| Binary | 1010000 | 10001010 | 11001011 | 111101 | 100000 | 0 | 10100 | 11010100 | 110110 | 110111 |
Color Harmonies of #508ACB
Complementary color
Monochromatic Colors of #508ACB
Black with #508ACB
Text Example
Text Example
White with #508ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508ACB; }
p { color: rgb(80,138,203); }
H1.HeaderClassName
{
color: #508ACB;
}
.AnyTagClassName
{
color: #508ACB;
}
</style>
background-color css
<style>
a { background-color: #508ACB; }
a { background-color: rgb(80,138,203); }
div.DivClassName
{
background-color: #508ACB;
}
.BgClassName
{
background-color: #508ACB;
}
</style>
border-color css
<style>
span { border-color: #508ACB; }
span { border-color: rgb(80,138,203); }
td.TdClassName
{
border-color: #508ACB;
}
.TagClassName
{
border-color: #508ACB;
}
</style>