Shades of Havelock Blue #418ADC
Tints of Havelock Blue #418ADC
RGB
CMYK
RGB Variations
Color information
#418ADC (or 0x418ADC) is known color: Havelock Blue. HEX triplet: 41, 8A and DC. RGB value is (65,138,220). Sum of RGB (Red+Green+Blue) = 65+138+220=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #418ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ADC is #BE7523. Grayscale: #7D7D7D. Windows color (decimal): -12481828 or 14453313. OLE color: 14453313.
HSL color Cylindrical-coordinate representation of color #418ADC: hue angle of 211.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418ADC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 138 | 220 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.14 |
| HSL | 211.74º | 0.69% | 0.56% | - |
| HSV(B) | 211.74º | 0.7% | 0.86% | - |
| XYZ | 24.19 | 24.47 | 71.16 | - |
| YUV | 125.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 220 | 0.70 | 0.37 | 0 | 0.14 | 211.74 | 0.69 | 0.56 |
| Hex | 41 | 8A | DC | 46 | 25 | 0 | E | D4 | 45 | 38 |
| Octal | 101 | 212 | 334 | 106 | 45 | 0 | 16 | 324 | 105 | 70 |
| Binary | 1000001 | 10001010 | 11011100 | 1000110 | 100101 | 0 | 1110 | 11010100 | 1000101 | 111000 |
Color Harmonies of #418ADC
Complementary color
Monochromatic Colors of #418ADC
Black with #418ADC
Text Example
Text Example
White with #418ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418ADC; }
p { color: rgb(65,138,220); }
H1.HeaderClassName
{
color: #418ADC;
}
.AnyTagClassName
{
color: #418ADC;
}
</style>
background-color css
<style>
a { background-color: #418ADC; }
a { background-color: rgb(65,138,220); }
div.DivClassName
{
background-color: #418ADC;
}
.BgClassName
{
background-color: #418ADC;
}
</style>
border-color css
<style>
span { border-color: #418ADC; }
span { border-color: rgb(65,138,220); }
td.TdClassName
{
border-color: #418ADC;
}
.TagClassName
{
border-color: #418ADC;
}
</style>