Shades of Havelock Blue #507BCC
Tints of Havelock Blue #507BCC
RGB
CMYK
RGB Variations
Color information
#507BCC (or 0x507BCC) is known color: Havelock Blue. HEX triplet: 50, 7B and CC. RGB value is (80,123,204). Sum of RGB (Red+Green+Blue) = 80+123+204=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #507BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BCC is #AF8433. Grayscale: #777777. Windows color (decimal): -11502644 or 13400912. OLE color: 13400912.
HSL color Cylindrical-coordinate representation of color #507BCC: hue angle of 219.19º 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 #507BCC is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 123 | 204 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.2 |
| HSL | 219.19º | 0.55% | 0.56% | - |
| HSV(B) | 219.19º | 0.61% | 0.8% | - |
| XYZ | 21.29 | 20.23 | 59.91 | - |
| YUV | 119.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 204 | 0.61 | 0.40 | 0 | 0.2 | 219.19 | 0.55 | 0.56 |
| Hex | 50 | 7B | CC | 3D | 28 | 0 | 14 | DB | 37 | 38 |
| Octal | 120 | 173 | 314 | 75 | 50 | 0 | 24 | 333 | 67 | 70 |
| Binary | 1010000 | 1111011 | 11001100 | 111101 | 101000 | 0 | 10100 | 11011011 | 110111 | 111000 |
Color Harmonies of #507BCC
Complementary color
Monochromatic Colors of #507BCC
Black with #507BCC
Text Example
Text Example
White with #507BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BCC; }
p { color: rgb(80,123,204); }
H1.HeaderClassName
{
color: #507BCC;
}
.AnyTagClassName
{
color: #507BCC;
}
</style>
background-color css
<style>
a { background-color: #507BCC; }
a { background-color: rgb(80,123,204); }
div.DivClassName
{
background-color: #507BCC;
}
.BgClassName
{
background-color: #507BCC;
}
</style>
border-color css
<style>
span { border-color: #507BCC; }
span { border-color: rgb(80,123,204); }
td.TdClassName
{
border-color: #507BCC;
}
.TagClassName
{
border-color: #507BCC;
}
</style>