Shades of Havelock Blue #427BCF
Tints of Havelock Blue #427BCF
RGB
CMYK
RGB Variations
Color information
#427BCF (or 0x427BCF) is known color: Havelock Blue. HEX triplet: 42, 7B and CF. RGB value is (66,123,207). Sum of RGB (Red+Green+Blue) = 66+123+207=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #427BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BCF is #BD8430. Grayscale: #737373. Windows color (decimal): -12420145 or 13597506. OLE color: 13597506.
HSL color Cylindrical-coordinate representation of color #427BCF: hue angle of 215.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427BCF is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 123 | 207 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.19 |
| HSL | 215.74º | 0.59% | 0.54% | - |
| HSV(B) | 215.74º | 0.68% | 0.81% | - |
| XYZ | 20.59 | 19.83 | 61.77 | - |
| YUV | 115.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 207 | 0.68 | 0.41 | 0 | 0.19 | 215.74 | 0.59 | 0.54 |
| Hex | 42 | 7B | CF | 44 | 29 | 0 | 13 | D8 | 3B | 36 |
| Octal | 102 | 173 | 317 | 104 | 51 | 0 | 23 | 330 | 73 | 66 |
| Binary | 1000010 | 1111011 | 11001111 | 1000100 | 101001 | 0 | 10011 | 11011000 | 111011 | 110110 |
Color Harmonies of #427BCF
Complementary color
Monochromatic Colors of #427BCF
Black with #427BCF
Text Example
Text Example
White with #427BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BCF; }
p { color: rgb(66,123,207); }
H1.HeaderClassName
{
color: #427BCF;
}
.AnyTagClassName
{
color: #427BCF;
}
</style>
background-color css
<style>
a { background-color: #427BCF; }
a { background-color: rgb(66,123,207); }
div.DivClassName
{
background-color: #427BCF;
}
.BgClassName
{
background-color: #427BCF;
}
</style>
border-color css
<style>
span { border-color: #427BCF; }
span { border-color: rgb(66,123,207); }
td.TdClassName
{
border-color: #427BCF;
}
.TagClassName
{
border-color: #427BCF;
}
</style>