Shades of Havelock Blue #427FCF
Tints of Havelock Blue #427FCF
RGB
CMYK
RGB Variations
Color information
#427FCF (or 0x427FCF) is known color: Havelock Blue. HEX triplet: 42, 7F and CF. RGB value is (66,127,207). Sum of RGB (Red+Green+Blue) = 66+127+207=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #427FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FCF is #BD8030. Grayscale: #757575. Windows color (decimal): -12419121 or 13598530. OLE color: 13598530.
HSL color Cylindrical-coordinate representation of color #427FCF: hue angle of 214.04º 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 #427FCF is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 127 | 207 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.19 |
| HSL | 214.04º | 0.59% | 0.54% | - |
| HSV(B) | 214.04º | 0.68% | 0.81% | - |
| XYZ | 21.1 | 20.84 | 61.94 | - |
| YUV | 117.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 207 | 0.68 | 0.39 | 0 | 0.19 | 214.04 | 0.59 | 0.54 |
| Hex | 42 | 7F | CF | 44 | 27 | 0 | 13 | D6 | 3B | 36 |
| Octal | 102 | 177 | 317 | 104 | 47 | 0 | 23 | 326 | 73 | 66 |
| Binary | 1000010 | 1111111 | 11001111 | 1000100 | 100111 | 0 | 10011 | 11010110 | 111011 | 110110 |
Color Harmonies of #427FCF
Complementary color
Monochromatic Colors of #427FCF
Black with #427FCF
Text Example
Text Example
White with #427FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FCF; }
p { color: rgb(66,127,207); }
H1.HeaderClassName
{
color: #427FCF;
}
.AnyTagClassName
{
color: #427FCF;
}
</style>
background-color css
<style>
a { background-color: #427FCF; }
a { background-color: rgb(66,127,207); }
div.DivClassName
{
background-color: #427FCF;
}
.BgClassName
{
background-color: #427FCF;
}
</style>
border-color css
<style>
span { border-color: #427FCF; }
span { border-color: rgb(66,127,207); }
td.TdClassName
{
border-color: #427FCF;
}
.TagClassName
{
border-color: #427FCF;
}
</style>