Shades of Havelock Blue #507ACC
Tints of Havelock Blue #507ACC
RGB
CMYK
RGB Variations
Color information
#507ACC (or 0x507ACC) is known color: Havelock Blue. HEX triplet: 50, 7A and CC. RGB value is (80,122,204). Sum of RGB (Red+Green+Blue) = 80+122+204=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #507ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ACC is #AF8533. Grayscale: #767676. Windows color (decimal): -11502900 or 13400656. OLE color: 13400656.
HSL color Cylindrical-coordinate representation of color #507ACC: hue angle of 219.68º 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 #507ACC is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 122 | 204 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.2 |
| HSL | 219.68º | 0.55% | 0.56% | - |
| HSV(B) | 219.68º | 0.61% | 0.8% | - |
| XYZ | 21.17 | 19.98 | 59.87 | - |
| YUV | 118.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 204 | 0.61 | 0.40 | 0 | 0.2 | 219.68 | 0.55 | 0.56 |
| Hex | 50 | 7A | CC | 3D | 28 | 0 | 14 | DC | 37 | 38 |
| Octal | 120 | 172 | 314 | 75 | 50 | 0 | 24 | 334 | 67 | 70 |
| Binary | 1010000 | 1111010 | 11001100 | 111101 | 101000 | 0 | 10100 | 11011100 | 110111 | 111000 |
Color Harmonies of #507ACC
Complementary color
Monochromatic Colors of #507ACC
Black with #507ACC
Text Example
Text Example
White with #507ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ACC; }
p { color: rgb(80,122,204); }
H1.HeaderClassName
{
color: #507ACC;
}
.AnyTagClassName
{
color: #507ACC;
}
</style>
background-color css
<style>
a { background-color: #507ACC; }
a { background-color: rgb(80,122,204); }
div.DivClassName
{
background-color: #507ACC;
}
.BgClassName
{
background-color: #507ACC;
}
</style>
border-color css
<style>
span { border-color: #507ACC; }
span { border-color: rgb(80,122,204); }
td.TdClassName
{
border-color: #507ACC;
}
.TagClassName
{
border-color: #507ACC;
}
</style>