Shades of Havelock Blue #427DCB
Tints of Havelock Blue #427DCB
RGB
CMYK
RGB Variations
Color information
#427DCB (or 0x427DCB) is known color: Havelock Blue. HEX triplet: 42, 7D and CB. RGB value is (66,125,203). Sum of RGB (Red+Green+Blue) = 66+125+203=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #427DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DCB is #BD8234. Grayscale: #737373. Windows color (decimal): -12419637 or 13335874. OLE color: 13335874.
HSL color Cylindrical-coordinate representation of color #427DCB: hue angle of 214.16º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427DCB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 125 | 203 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.20 |
| HSL | 214.16º | 0.57% | 0.53% | - |
| HSV(B) | 214.16º | 0.67% | 0.8% | - |
| XYZ | 20.36 | 20.14 | 59.31 | - |
| YUV | 116.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 203 | 0.67 | 0.38 | 0 | 0.20 | 214.16 | 0.57 | 0.53 |
| Hex | 42 | 7D | CB | 43 | 26 | 0 | 14 | D6 | 39 | 35 |
| Octal | 102 | 175 | 313 | 103 | 46 | 0 | 24 | 326 | 71 | 65 |
| Binary | 1000010 | 1111101 | 11001011 | 1000011 | 100110 | 0 | 10100 | 11010110 | 111001 | 110101 |
Color Harmonies of #427DCB
Complementary color
Monochromatic Colors of #427DCB
Black with #427DCB
Text Example
Text Example
White with #427DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DCB; }
p { color: rgb(66,125,203); }
H1.HeaderClassName
{
color: #427DCB;
}
.AnyTagClassName
{
color: #427DCB;
}
</style>
background-color css
<style>
a { background-color: #427DCB; }
a { background-color: rgb(66,125,203); }
div.DivClassName
{
background-color: #427DCB;
}
.BgClassName
{
background-color: #427DCB;
}
</style>
border-color css
<style>
span { border-color: #427DCB; }
span { border-color: rgb(66,125,203); }
td.TdClassName
{
border-color: #427DCB;
}
.TagClassName
{
border-color: #427DCB;
}
</style>