Shades of Havelock Blue #507CCC
Tints of Havelock Blue #507CCC
RGB
CMYK
RGB Variations
Color information
#507CCC (or 0x507CCC) is known color: Havelock Blue. HEX triplet: 50, 7C and CC. RGB value is (80,124,204). Sum of RGB (Red+Green+Blue) = 80+124+204=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #507CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CCC is #AF8333. Grayscale: #777777. Windows color (decimal): -11502388 or 13401168. OLE color: 13401168.
HSL color Cylindrical-coordinate representation of color #507CCC: hue angle of 218.71º 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 #507CCC is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 124 | 204 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.2 |
| HSL | 218.71º | 0.55% | 0.56% | - |
| HSV(B) | 218.71º | 0.61% | 0.8% | - |
| XYZ | 21.42 | 20.48 | 59.95 | - |
| YUV | 119.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 204 | 0.61 | 0.39 | 0 | 0.2 | 218.71 | 0.55 | 0.56 |
| Hex | 50 | 7C | CC | 3D | 27 | 0 | 14 | DB | 37 | 38 |
| Octal | 120 | 174 | 314 | 75 | 47 | 0 | 24 | 333 | 67 | 70 |
| Binary | 1010000 | 1111100 | 11001100 | 111101 | 100111 | 0 | 10100 | 11011011 | 110111 | 111000 |
Color Harmonies of #507CCC
Complementary color
Monochromatic Colors of #507CCC
Black with #507CCC
Text Example
Text Example
White with #507CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CCC; }
p { color: rgb(80,124,204); }
H1.HeaderClassName
{
color: #507CCC;
}
.AnyTagClassName
{
color: #507CCC;
}
</style>
background-color css
<style>
a { background-color: #507CCC; }
a { background-color: rgb(80,124,204); }
div.DivClassName
{
background-color: #507CCC;
}
.BgClassName
{
background-color: #507CCC;
}
</style>
border-color css
<style>
span { border-color: #507CCC; }
span { border-color: rgb(80,124,204); }
td.TdClassName
{
border-color: #507CCC;
}
.TagClassName
{
border-color: #507CCC;
}
</style>