Shades of Havelock Blue #457DD2
Tints of Havelock Blue #457DD2
RGB
CMYK
RGB Variations
Color information
#457DD2 (or 0x457DD2) is known color: Havelock Blue. HEX triplet: 45, 7D and D2. RGB value is (69,125,210). Sum of RGB (Red+Green+Blue) = 69+125+210=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 210 (82.42% from 255 or 51.98% from 404); Max value from RGB is 210 - color contains mainly: blue. Hex color #457DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DD2 is #BA822D. Grayscale: #757575. Windows color (decimal): -12223022 or 13794629. OLE color: 13794629.
HSL color Cylindrical-coordinate representation of color #457DD2: hue angle of 216.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #457DD2 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 125 | 210 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.18 |
| HSL | 216.17º | 0.61% | 0.55% | - |
| HSV(B) | 216.17º | 0.67% | 0.82% | - |
| XYZ | 21.42 | 20.59 | 63.82 | - |
| YUV | 117.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 210 | 0.67 | 0.40 | 0 | 0.18 | 216.17 | 0.61 | 0.55 |
| Hex | 45 | 7D | D2 | 43 | 28 | 0 | 12 | D8 | 3D | 37 |
| Octal | 105 | 175 | 322 | 103 | 50 | 0 | 22 | 330 | 75 | 67 |
| Binary | 1000101 | 1111101 | 11010010 | 1000011 | 101000 | 0 | 10010 | 11011000 | 111101 | 110111 |
Color Harmonies of #457DD2
Complementary color
Monochromatic Colors of #457DD2
Black with #457DD2
Text Example
Text Example
White with #457DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DD2; }
p { color: rgb(69,125,210); }
H1.HeaderClassName
{
color: #457DD2;
}
.AnyTagClassName
{
color: #457DD2;
}
</style>
background-color css
<style>
a { background-color: #457DD2; }
a { background-color: rgb(69,125,210); }
div.DivClassName
{
background-color: #457DD2;
}
.BgClassName
{
background-color: #457DD2;
}
</style>
border-color css
<style>
span { border-color: #457DD2; }
span { border-color: rgb(69,125,210); }
td.TdClassName
{
border-color: #457DD2;
}
.TagClassName
{
border-color: #457DD2;
}
</style>