Shades of Havelock Blue #417FD0
Tints of Havelock Blue #417FD0
RGB
CMYK
RGB Variations
Color information
#417FD0 (or 0x417FD0) is known color: Havelock Blue. HEX triplet: 41, 7F and D0. RGB value is (65,127,208). Sum of RGB (Red+Green+Blue) = 65+127+208=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #417FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FD0 is #BE802F. Grayscale: #757575. Windows color (decimal): -12484656 or 13664065. OLE color: 13664065.
HSL color Cylindrical-coordinate representation of color #417FD0: hue angle of 213.99º degrees, saturation: 0.6, 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 #417FD0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 127 | 208 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.18 |
| HSL | 213.99º | 0.6% | 0.54% | - |
| HSV(B) | 213.99º | 0.69% | 0.82% | - |
| XYZ | 21.15 | 20.86 | 62.59 | - |
| YUV | 117.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 208 | 0.69 | 0.39 | 0 | 0.18 | 213.99 | 0.6 | 0.54 |
| Hex | 41 | 7F | D0 | 45 | 27 | 0 | 12 | D6 | 3C | 36 |
| Octal | 101 | 177 | 320 | 105 | 47 | 0 | 22 | 326 | 74 | 66 |
| Binary | 1000001 | 1111111 | 11010000 | 1000101 | 100111 | 0 | 10010 | 11010110 | 111100 | 110110 |
Color Harmonies of #417FD0
Complementary color
Monochromatic Colors of #417FD0
Black with #417FD0
Text Example
Text Example
White with #417FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FD0; }
p { color: rgb(65,127,208); }
H1.HeaderClassName
{
color: #417FD0;
}
.AnyTagClassName
{
color: #417FD0;
}
</style>
background-color css
<style>
a { background-color: #417FD0; }
a { background-color: rgb(65,127,208); }
div.DivClassName
{
background-color: #417FD0;
}
.BgClassName
{
background-color: #417FD0;
}
</style>
border-color css
<style>
span { border-color: #417FD0; }
span { border-color: rgb(65,127,208); }
td.TdClassName
{
border-color: #417FD0;
}
.TagClassName
{
border-color: #417FD0;
}
</style>