Shades of Havelock Blue #507BD5
Tints of Havelock Blue #507BD5
RGB
CMYK
RGB Variations
Color information
#507BD5 (or 0x507BD5) is known color: Havelock Blue. HEX triplet: 50, 7B and D5. RGB value is (80,123,213). Sum of RGB (Red+Green+Blue) = 80+123+213=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #507BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BD5 is #AF842A. Grayscale: #787878. Windows color (decimal): -11502635 or 13990736. OLE color: 13990736.
HSL color Cylindrical-coordinate representation of color #507BD5: hue angle of 220.6º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #507BD5 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 123 | 213 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.16 |
| HSL | 220.6º | 0.61% | 0.57% | - |
| HSV(B) | 220.6º | 0.62% | 0.84% | - |
| XYZ | 22.4 | 20.68 | 65.76 | - |
| YUV | 120.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 213 | 0.62 | 0.42 | 0 | 0.16 | 220.6 | 0.61 | 0.57 |
| Hex | 50 | 7B | D5 | 3E | 2A | 0 | 10 | DD | 3D | 39 |
| Octal | 120 | 173 | 325 | 76 | 52 | 0 | 20 | 335 | 75 | 71 |
| Binary | 1010000 | 1111011 | 11010101 | 111110 | 101010 | 0 | 10000 | 11011101 | 111101 | 111001 |
Color Harmonies of #507BD5
Complementary color
Monochromatic Colors of #507BD5
Black with #507BD5
Text Example
Text Example
White with #507BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BD5; }
p { color: rgb(80,123,213); }
H1.HeaderClassName
{
color: #507BD5;
}
.AnyTagClassName
{
color: #507BD5;
}
</style>
background-color css
<style>
a { background-color: #507BD5; }
a { background-color: rgb(80,123,213); }
div.DivClassName
{
background-color: #507BD5;
}
.BgClassName
{
background-color: #507BD5;
}
</style>
border-color css
<style>
span { border-color: #507BD5; }
span { border-color: rgb(80,123,213); }
td.TdClassName
{
border-color: #507BD5;
}
.TagClassName
{
border-color: #507BD5;
}
</style>