Shades of Havelock Blue #417ED1
Tints of Havelock Blue #417ED1
RGB
CMYK
RGB Variations
Color information
#417ED1 (or 0x417ED1) is known color: Havelock Blue. HEX triplet: 41, 7E and D1. RGB value is (65,126,209). Sum of RGB (Red+Green+Blue) = 65+126+209=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #417ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ED1 is #BE812E. Grayscale: #747474. Windows color (decimal): -12484911 or 13729345. OLE color: 13729345.
HSL color Cylindrical-coordinate representation of color #417ED1: hue angle of 214.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417ED1 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 126 | 209 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.18 |
| HSL | 214.58º | 0.61% | 0.54% | - |
| HSV(B) | 214.58º | 0.69% | 0.82% | - |
| XYZ | 21.15 | 20.65 | 63.19 | - |
| YUV | 117.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 209 | 0.69 | 0.40 | 0 | 0.18 | 214.58 | 0.61 | 0.54 |
| Hex | 41 | 7E | D1 | 45 | 28 | 0 | 12 | D7 | 3D | 36 |
| Octal | 101 | 176 | 321 | 105 | 50 | 0 | 22 | 327 | 75 | 66 |
| Binary | 1000001 | 1111110 | 11010001 | 1000101 | 101000 | 0 | 10010 | 11010111 | 111101 | 110110 |
Color Harmonies of #417ED1
Complementary color
Monochromatic Colors of #417ED1
Black with #417ED1
Text Example
Text Example
White with #417ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417ED1; }
p { color: rgb(65,126,209); }
H1.HeaderClassName
{
color: #417ED1;
}
.AnyTagClassName
{
color: #417ED1;
}
</style>
background-color css
<style>
a { background-color: #417ED1; }
a { background-color: rgb(65,126,209); }
div.DivClassName
{
background-color: #417ED1;
}
.BgClassName
{
background-color: #417ED1;
}
</style>
border-color css
<style>
span { border-color: #417ED1; }
span { border-color: rgb(65,126,209); }
td.TdClassName
{
border-color: #417ED1;
}
.TagClassName
{
border-color: #417ED1;
}
</style>