Shades of Havelock Blue #507FD4
Tints of Havelock Blue #507FD4
RGB
CMYK
RGB Variations
Color information
#507FD4 (or 0x507FD4) is known color: Havelock Blue. HEX triplet: 50, 7F and D4. RGB value is (80,127,212). Sum of RGB (Red+Green+Blue) = 80+127+212=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #507FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FD4 is #AF802B. Grayscale: #7A7A7A. Windows color (decimal): -11501612 or 13926224. OLE color: 13926224.
HSL color Cylindrical-coordinate representation of color #507FD4: hue angle of 218.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #507FD4 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 127 | 212 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.17 |
| HSL | 218.64º | 0.61% | 0.57% | - |
| HSV(B) | 218.64º | 0.62% | 0.83% | - |
| XYZ | 22.78 | 21.64 | 65.26 | - |
| YUV | 122.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 212 | 0.62 | 0.40 | 0 | 0.17 | 218.64 | 0.61 | 0.57 |
| Hex | 50 | 7F | D4 | 3E | 28 | 0 | 11 | DB | 3D | 39 |
| Octal | 120 | 177 | 324 | 76 | 50 | 0 | 21 | 333 | 75 | 71 |
| Binary | 1010000 | 1111111 | 11010100 | 111110 | 101000 | 0 | 10001 | 11011011 | 111101 | 111001 |
Color Harmonies of #507FD4
Complementary color
Monochromatic Colors of #507FD4
Black with #507FD4
Text Example
Text Example
White with #507FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FD4; }
p { color: rgb(80,127,212); }
H1.HeaderClassName
{
color: #507FD4;
}
.AnyTagClassName
{
color: #507FD4;
}
</style>
background-color css
<style>
a { background-color: #507FD4; }
a { background-color: rgb(80,127,212); }
div.DivClassName
{
background-color: #507FD4;
}
.BgClassName
{
background-color: #507FD4;
}
</style>
border-color css
<style>
span { border-color: #507FD4; }
span { border-color: rgb(80,127,212); }
td.TdClassName
{
border-color: #507FD4;
}
.TagClassName
{
border-color: #507FD4;
}
</style>