Shades of Havelock Blue #417DD0
Tints of Havelock Blue #417DD0
RGB
CMYK
RGB Variations
Color information
#417DD0 (or 0x417DD0) is known color: Havelock Blue. HEX triplet: 41, 7D and D0. RGB value is (65,125,208). Sum of RGB (Red+Green+Blue) = 65+125+208=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #417DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DD0 is #BE822F. Grayscale: #747474. Windows color (decimal): -12485168 or 13663553. OLE color: 13663553.
HSL color Cylindrical-coordinate representation of color #417DD0: hue angle of 214.83º 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 #417DD0 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 125 | 208 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.18 |
| HSL | 214.83º | 0.6% | 0.54% | - |
| HSV(B) | 214.83º | 0.69% | 0.82% | - |
| XYZ | 20.9 | 20.35 | 62.5 | - |
| YUV | 116.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 208 | 0.69 | 0.40 | 0 | 0.18 | 214.83 | 0.6 | 0.54 |
| Hex | 41 | 7D | D0 | 45 | 28 | 0 | 12 | D7 | 3C | 36 |
| Octal | 101 | 175 | 320 | 105 | 50 | 0 | 22 | 327 | 74 | 66 |
| Binary | 1000001 | 1111101 | 11010000 | 1000101 | 101000 | 0 | 10010 | 11010111 | 111100 | 110110 |
Color Harmonies of #417DD0
Complementary color
Monochromatic Colors of #417DD0
Black with #417DD0
Text Example
Text Example
White with #417DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DD0; }
p { color: rgb(65,125,208); }
H1.HeaderClassName
{
color: #417DD0;
}
.AnyTagClassName
{
color: #417DD0;
}
</style>
background-color css
<style>
a { background-color: #417DD0; }
a { background-color: rgb(65,125,208); }
div.DivClassName
{
background-color: #417DD0;
}
.BgClassName
{
background-color: #417DD0;
}
</style>
border-color css
<style>
span { border-color: #417DD0; }
span { border-color: rgb(65,125,208); }
td.TdClassName
{
border-color: #417DD0;
}
.TagClassName
{
border-color: #417DD0;
}
</style>