Shades of Havelock Blue #508ACE
Tints of Havelock Blue #508ACE
RGB
CMYK
RGB Variations
Color information
#508ACE (or 0x508ACE) is known color: Havelock Blue. HEX triplet: 50, 8A and CE. RGB value is (80,138,206). Sum of RGB (Red+Green+Blue) = 80+138+206=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #508ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACE is #AF7531. Grayscale: #808080. Windows color (decimal): -11498802 or 13535824. OLE color: 13535824.
HSL color Cylindrical-coordinate representation of color #508ACE: hue angle of 212.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508ACE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 138 | 206 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.19 |
| HSL | 212.38º | 0.56% | 0.56% | - |
| HSV(B) | 212.38º | 0.61% | 0.81% | - |
| XYZ | 23.54 | 24.34 | 61.85 | - |
| YUV | 128.41 | 171.78 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 206 | 0.61 | 0.33 | 0 | 0.19 | 212.38 | 0.56 | 0.56 |
| Hex | 50 | 8A | CE | 3D | 21 | 0 | 13 | D4 | 38 | 38 |
| Octal | 120 | 212 | 316 | 75 | 41 | 0 | 23 | 324 | 70 | 70 |
| Binary | 1010000 | 10001010 | 11001110 | 111101 | 100001 | 0 | 10011 | 11010100 | 111000 | 111000 |
Color Harmonies of #508ACE
Complementary color
Monochromatic Colors of #508ACE
Black with #508ACE
Text Example
Text Example
White with #508ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508ACE; }
p { color: rgb(80,138,206); }
H1.HeaderClassName
{
color: #508ACE;
}
.AnyTagClassName
{
color: #508ACE;
}
</style>
background-color css
<style>
a { background-color: #508ACE; }
a { background-color: rgb(80,138,206); }
div.DivClassName
{
background-color: #508ACE;
}
.BgClassName
{
background-color: #508ACE;
}
</style>
border-color css
<style>
span { border-color: #508ACE; }
span { border-color: rgb(80,138,206); }
td.TdClassName
{
border-color: #508ACE;
}
.TagClassName
{
border-color: #508ACE;
}
</style>