Shades of Havelock Blue #5F7CDB
Tints of Havelock Blue #5F7CDB
RGB
CMYK
RGB Variations
Color information
#5F7CDB (or 0x5F7CDB) is known color: Havelock Blue. HEX triplet: 5F, 7C and DB. RGB value is (95,124,219). Sum of RGB (Red+Green+Blue) = 95+124+219=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F7CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7CDB is #A08324. Grayscale: #7D7D7D. Windows color (decimal): -10519333 or 14384223. OLE color: 14384223.
HSL color Cylindrical-coordinate representation of color #5F7CDB: hue angle of 225.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F7CDB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 124 | 219 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.14 |
| HSL | 225.97º | 0.63% | 0.62% | - |
| HSV(B) | 225.97º | 0.57% | 0.86% | - |
| XYZ | 24.71 | 21.96 | 69.95 | - |
| YUV | 126.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 219 | 0.57 | 0.43 | 0 | 0.14 | 225.97 | 0.63 | 0.62 |
| Hex | 5F | 7C | DB | 39 | 2B | 0 | E | E2 | 3F | 3E |
| Octal | 137 | 174 | 333 | 71 | 53 | 0 | 16 | 342 | 77 | 76 |
| Binary | 1011111 | 1111100 | 11011011 | 111001 | 101011 | 0 | 1110 | 11100010 | 111111 | 111110 |
Color Harmonies of #5F7CDB
Complementary color
Monochromatic Colors of #5F7CDB
Black with #5F7CDB
Text Example
Text Example
White with #5F7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7CDB; }
p { color: rgb(95,124,219); }
H1.HeaderClassName
{
color: #5F7CDB;
}
.AnyTagClassName
{
color: #5F7CDB;
}
</style>
background-color css
<style>
a { background-color: #5F7CDB; }
a { background-color: rgb(95,124,219); }
div.DivClassName
{
background-color: #5F7CDB;
}
.BgClassName
{
background-color: #5F7CDB;
}
</style>
border-color css
<style>
span { border-color: #5F7CDB; }
span { border-color: rgb(95,124,219); }
td.TdClassName
{
border-color: #5F7CDB;
}
.TagClassName
{
border-color: #5F7CDB;
}
</style>