Shades of Havelock Blue #427DCD
Tints of Havelock Blue #427DCD
RGB
CMYK
RGB Variations
Color information
#427DCD (or 0x427DCD) is known color: Havelock Blue. HEX triplet: 42, 7D and CD. RGB value is (66,125,205). Sum of RGB (Red+Green+Blue) = 66+125+205=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #427DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DCD is #BD8232. Grayscale: #747474. Windows color (decimal): -12419635 or 13466946. OLE color: 13466946.
HSL color Cylindrical-coordinate representation of color #427DCD: hue angle of 214.53º 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 #427DCD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 125 | 205 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.20 |
| HSL | 214.53º | 0.58% | 0.53% | - |
| HSV(B) | 214.53º | 0.68% | 0.8% | - |
| XYZ | 20.6 | 20.23 | 60.58 | - |
| YUV | 116.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 205 | 0.68 | 0.39 | 0 | 0.20 | 214.53 | 0.58 | 0.53 |
| Hex | 42 | 7D | CD | 44 | 27 | 0 | 14 | D7 | 3A | 35 |
| Octal | 102 | 175 | 315 | 104 | 47 | 0 | 24 | 327 | 72 | 65 |
| Binary | 1000010 | 1111101 | 11001101 | 1000100 | 100111 | 0 | 10100 | 11010111 | 111010 | 110101 |
Color Harmonies of #427DCD
Complementary color
Monochromatic Colors of #427DCD
Black with #427DCD
Text Example
Text Example
White with #427DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DCD; }
p { color: rgb(66,125,205); }
H1.HeaderClassName
{
color: #427DCD;
}
.AnyTagClassName
{
color: #427DCD;
}
</style>
background-color css
<style>
a { background-color: #427DCD; }
a { background-color: rgb(66,125,205); }
div.DivClassName
{
background-color: #427DCD;
}
.BgClassName
{
background-color: #427DCD;
}
</style>
border-color css
<style>
span { border-color: #427DCD; }
span { border-color: rgb(66,125,205); }
td.TdClassName
{
border-color: #427DCD;
}
.TagClassName
{
border-color: #427DCD;
}
</style>