Shades of Havelock Blue #5F7DCE
Tints of Havelock Blue #5F7DCE
RGB
CMYK
RGB Variations
Color information
#5F7DCE (or 0x5F7DCE) is known color: Havelock Blue. HEX triplet: 5F, 7D and CE. RGB value is (95,125,206). Sum of RGB (Red+Green+Blue) = 95+125+206=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F7DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7DCE is #A08231. Grayscale: #7C7C7C. Windows color (decimal): -10519090 or 13532511. OLE color: 13532511.
HSL color Cylindrical-coordinate representation of color #5F7DCE: hue angle of 223.78º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F7DCE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 125 | 206 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.19 |
| HSL | 223.78º | 0.53% | 0.59% | - |
| HSV(B) | 223.78º | 0.54% | 0.81% | - |
| XYZ | 23.19 | 21.56 | 61.33 | - |
| YUV | 125.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 206 | 0.54 | 0.39 | 0 | 0.19 | 223.78 | 0.53 | 0.59 |
| Hex | 5F | 7D | CE | 36 | 27 | 0 | 13 | E0 | 35 | 3B |
| Octal | 137 | 175 | 316 | 66 | 47 | 0 | 23 | 340 | 65 | 73 |
| Binary | 1011111 | 1111101 | 11001110 | 110110 | 100111 | 0 | 10011 | 11100000 | 110101 | 111011 |
Color Harmonies of #5F7DCE
Complementary color
Monochromatic Colors of #5F7DCE
Black with #5F7DCE
Text Example
Text Example
White with #5F7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DCE; }
p { color: rgb(95,125,206); }
H1.HeaderClassName
{
color: #5F7DCE;
}
.AnyTagClassName
{
color: #5F7DCE;
}
</style>
background-color css
<style>
a { background-color: #5F7DCE; }
a { background-color: rgb(95,125,206); }
div.DivClassName
{
background-color: #5F7DCE;
}
.BgClassName
{
background-color: #5F7DCE;
}
</style>
border-color css
<style>
span { border-color: #5F7DCE; }
span { border-color: rgb(95,125,206); }
td.TdClassName
{
border-color: #5F7DCE;
}
.TagClassName
{
border-color: #5F7DCE;
}
</style>