Shades of Havelock Blue #5F7EDA
Tints of Havelock Blue #5F7EDA
RGB
CMYK
RGB Variations
Color information
#5F7EDA (or 0x5F7EDA) is known color: Havelock Blue. HEX triplet: 5F, 7E and DA. RGB value is (95,126,218). Sum of RGB (Red+Green+Blue) = 95+126+218=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F7EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7EDA is #A08125. Grayscale: #7E7E7E. Windows color (decimal): -10518822 or 14319199. OLE color: 14319199.
HSL color Cylindrical-coordinate representation of color #5F7EDA: hue angle of 224.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F7EDA is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 126 | 218 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.15 |
| HSL | 224.88º | 0.62% | 0.61% | - |
| HSV(B) | 224.88º | 0.56% | 0.85% | - |
| XYZ | 24.84 | 22.42 | 69.35 | - |
| YUV | 127.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 126 | 218 | 0.56 | 0.42 | 0 | 0.15 | 224.88 | 0.62 | 0.61 |
| Hex | 5F | 7E | DA | 38 | 2A | 0 | F | E1 | 3E | 3D |
| Octal | 137 | 176 | 332 | 70 | 52 | 0 | 17 | 341 | 76 | 75 |
| Binary | 1011111 | 1111110 | 11011010 | 111000 | 101010 | 0 | 1111 | 11100001 | 111110 | 111101 |
Color Harmonies of #5F7EDA
Complementary color
Monochromatic Colors of #5F7EDA
Black with #5F7EDA
Text Example
Text Example
White with #5F7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7EDA; }
p { color: rgb(95,126,218); }
H1.HeaderClassName
{
color: #5F7EDA;
}
.AnyTagClassName
{
color: #5F7EDA;
}
</style>
background-color css
<style>
a { background-color: #5F7EDA; }
a { background-color: rgb(95,126,218); }
div.DivClassName
{
background-color: #5F7EDA;
}
.BgClassName
{
background-color: #5F7EDA;
}
</style>
border-color css
<style>
span { border-color: #5F7EDA; }
span { border-color: rgb(95,126,218); }
td.TdClassName
{
border-color: #5F7EDA;
}
.TagClassName
{
border-color: #5F7EDA;
}
</style>