Shades of Havelock Blue #507ECB
Tints of Havelock Blue #507ECB
RGB
CMYK
RGB Variations
Color information
#507ECB (or 0x507ECB) is known color: Havelock Blue. HEX triplet: 50, 7E and CB. RGB value is (80,126,203). Sum of RGB (Red+Green+Blue) = 80+126+203=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #507ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ECB is #AF8134. Grayscale: #787878. Windows color (decimal): -11501877 or 13336144. OLE color: 13336144.
HSL color Cylindrical-coordinate representation of color #507ECB: hue angle of 217.56º 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 #507ECB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 126 | 203 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.20 |
| HSL | 217.56º | 0.54% | 0.55% | - |
| HSV(B) | 217.56º | 0.61% | 0.8% | - |
| XYZ | 21.55 | 20.94 | 59.41 | - |
| YUV | 121.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 203 | 0.61 | 0.38 | 0 | 0.20 | 217.56 | 0.54 | 0.55 |
| Hex | 50 | 7E | CB | 3D | 26 | 0 | 14 | DA | 36 | 37 |
| Octal | 120 | 176 | 313 | 75 | 46 | 0 | 24 | 332 | 66 | 67 |
| Binary | 1010000 | 1111110 | 11001011 | 111101 | 100110 | 0 | 10100 | 11011010 | 110110 | 110111 |
Color Harmonies of #507ECB
Complementary color
Monochromatic Colors of #507ECB
Black with #507ECB
Text Example
Text Example
White with #507ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ECB; }
p { color: rgb(80,126,203); }
H1.HeaderClassName
{
color: #507ECB;
}
.AnyTagClassName
{
color: #507ECB;
}
</style>
background-color css
<style>
a { background-color: #507ECB; }
a { background-color: rgb(80,126,203); }
div.DivClassName
{
background-color: #507ECB;
}
.BgClassName
{
background-color: #507ECB;
}
</style>
border-color css
<style>
span { border-color: #507ECB; }
span { border-color: rgb(80,126,203); }
td.TdClassName
{
border-color: #507ECB;
}
.TagClassName
{
border-color: #507ECB;
}
</style>