Shades of Havelock Blue #4281CD
Tints of Havelock Blue #4281CD
RGB
CMYK
RGB Variations
Color information
#4281CD (or 0x4281CD) is known color: Havelock Blue. HEX triplet: 42, 81 and CD. RGB value is (66,129,205). Sum of RGB (Red+Green+Blue) = 66+129+205=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #4281CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281CD is #BD7E32. Grayscale: #767676. Windows color (decimal): -12418611 or 13467970. OLE color: 13467970.
HSL color Cylindrical-coordinate representation of color #4281CD: hue angle of 212.81º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4281CD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 129 | 205 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.20 |
| HSL | 212.81º | 0.58% | 0.53% | - |
| HSV(B) | 212.81º | 0.68% | 0.8% | - |
| XYZ | 21.12 | 21.27 | 60.75 | - |
| YUV | 118.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 205 | 0.68 | 0.37 | 0 | 0.20 | 212.81 | 0.58 | 0.53 |
| Hex | 42 | 81 | CD | 44 | 25 | 0 | 14 | D5 | 3A | 35 |
| Octal | 102 | 201 | 315 | 104 | 45 | 0 | 24 | 325 | 72 | 65 |
| Binary | 1000010 | 10000001 | 11001101 | 1000100 | 100101 | 0 | 10100 | 11010101 | 111010 | 110101 |
Color Harmonies of #4281CD
Complementary color
Monochromatic Colors of #4281CD
Black with #4281CD
Text Example
Text Example
White with #4281CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281CD; }
p { color: rgb(66,129,205); }
H1.HeaderClassName
{
color: #4281CD;
}
.AnyTagClassName
{
color: #4281CD;
}
</style>
background-color css
<style>
a { background-color: #4281CD; }
a { background-color: rgb(66,129,205); }
div.DivClassName
{
background-color: #4281CD;
}
.BgClassName
{
background-color: #4281CD;
}
</style>
border-color css
<style>
span { border-color: #4281CD; }
span { border-color: rgb(66,129,205); }
td.TdClassName
{
border-color: #4281CD;
}
.TagClassName
{
border-color: #4281CD;
}
</style>