Shades of Havelock Blue #507BCB
Tints of Havelock Blue #507BCB
RGB
CMYK
RGB Variations
Color information
#507BCB (or 0x507BCB) is known color: Havelock Blue. HEX triplet: 50, 7B and CB. RGB value is (80,123,203). Sum of RGB (Red+Green+Blue) = 80+123+203=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #507BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BCB is #AF8434. Grayscale: #767676. Windows color (decimal): -11502645 or 13335376. OLE color: 13335376.
HSL color Cylindrical-coordinate representation of color #507BCB: hue angle of 219.02º 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 #507BCB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 123 | 203 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.20 |
| HSL | 219.02º | 0.54% | 0.55% | - |
| HSV(B) | 219.02º | 0.61% | 0.8% | - |
| XYZ | 21.17 | 20.18 | 59.28 | - |
| YUV | 119.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 203 | 0.61 | 0.39 | 0 | 0.20 | 219.02 | 0.54 | 0.55 |
| Hex | 50 | 7B | CB | 3D | 27 | 0 | 14 | DB | 36 | 37 |
| Octal | 120 | 173 | 313 | 75 | 47 | 0 | 24 | 333 | 66 | 67 |
| Binary | 1010000 | 1111011 | 11001011 | 111101 | 100111 | 0 | 10100 | 11011011 | 110110 | 110111 |
Color Harmonies of #507BCB
Complementary color
Monochromatic Colors of #507BCB
Black with #507BCB
Text Example
Text Example
White with #507BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BCB; }
p { color: rgb(80,123,203); }
H1.HeaderClassName
{
color: #507BCB;
}
.AnyTagClassName
{
color: #507BCB;
}
</style>
background-color css
<style>
a { background-color: #507BCB; }
a { background-color: rgb(80,123,203); }
div.DivClassName
{
background-color: #507BCB;
}
.BgClassName
{
background-color: #507BCB;
}
</style>
border-color css
<style>
span { border-color: #507BCB; }
span { border-color: rgb(80,123,203); }
td.TdClassName
{
border-color: #507BCB;
}
.TagClassName
{
border-color: #507BCB;
}
</style>