Shades of Havelock Blue #458ADC
Tints of Havelock Blue #458ADC
RGB
CMYK
RGB Variations
Color information
#458ADC (or 0x458ADC) is known color: Havelock Blue. HEX triplet: 45, 8A and DC. RGB value is (69,138,220). Sum of RGB (Red+Green+Blue) = 69+138+220=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #458ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458ADC is #BA7523. Grayscale: #7E7E7E. Windows color (decimal): -12219684 or 14453317. OLE color: 14453317.
HSL color Cylindrical-coordinate representation of color #458ADC: hue angle of 212.58º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #458ADC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 138 | 220 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.14 |
| HSL | 212.58º | 0.68% | 0.57% | - |
| HSV(B) | 212.58º | 0.69% | 0.86% | - |
| XYZ | 24.46 | 24.61 | 71.17 | - |
| YUV | 126.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 220 | 0.69 | 0.37 | 0 | 0.14 | 212.58 | 0.68 | 0.57 |
| Hex | 45 | 8A | DC | 45 | 25 | 0 | E | D5 | 44 | 39 |
| Octal | 105 | 212 | 334 | 105 | 45 | 0 | 16 | 325 | 104 | 71 |
| Binary | 1000101 | 10001010 | 11011100 | 1000101 | 100101 | 0 | 1110 | 11010101 | 1000100 | 111001 |
Color Harmonies of #458ADC
Complementary color
Monochromatic Colors of #458ADC
Black with #458ADC
Text Example
Text Example
White with #458ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458ADC; }
p { color: rgb(69,138,220); }
H1.HeaderClassName
{
color: #458ADC;
}
.AnyTagClassName
{
color: #458ADC;
}
</style>
background-color css
<style>
a { background-color: #458ADC; }
a { background-color: rgb(69,138,220); }
div.DivClassName
{
background-color: #458ADC;
}
.BgClassName
{
background-color: #458ADC;
}
</style>
border-color css
<style>
span { border-color: #458ADC; }
span { border-color: rgb(69,138,220); }
td.TdClassName
{
border-color: #458ADC;
}
.TagClassName
{
border-color: #458ADC;
}
</style>