Shades of Havelock Blue #457DCB
Tints of Havelock Blue #457DCB
RGB
CMYK
RGB Variations
Color information
#457DCB (or 0x457DCB) is known color: Havelock Blue. HEX triplet: 45, 7D and CB. RGB value is (69,125,203). Sum of RGB (Red+Green+Blue) = 69+125+203=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #457DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DCB is #BA8234. Grayscale: #747474. Windows color (decimal): -12223029 or 13335877. OLE color: 13335877.
HSL color Cylindrical-coordinate representation of color #457DCB: hue angle of 214.93º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457DCB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 125 | 203 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.20 |
| HSL | 214.93º | 0.56% | 0.53% | - |
| HSV(B) | 214.93º | 0.66% | 0.8% | - |
| XYZ | 20.57 | 20.24 | 59.32 | - |
| YUV | 117.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 203 | 0.66 | 0.38 | 0 | 0.20 | 214.93 | 0.56 | 0.53 |
| Hex | 45 | 7D | CB | 42 | 26 | 0 | 14 | D7 | 38 | 35 |
| Octal | 105 | 175 | 313 | 102 | 46 | 0 | 24 | 327 | 70 | 65 |
| Binary | 1000101 | 1111101 | 11001011 | 1000010 | 100110 | 0 | 10100 | 11010111 | 111000 | 110101 |
Color Harmonies of #457DCB
Complementary color
Monochromatic Colors of #457DCB
Black with #457DCB
Text Example
Text Example
White with #457DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DCB; }
p { color: rgb(69,125,203); }
H1.HeaderClassName
{
color: #457DCB;
}
.AnyTagClassName
{
color: #457DCB;
}
</style>
background-color css
<style>
a { background-color: #457DCB; }
a { background-color: rgb(69,125,203); }
div.DivClassName
{
background-color: #457DCB;
}
.BgClassName
{
background-color: #457DCB;
}
</style>
border-color css
<style>
span { border-color: #457DCB; }
span { border-color: rgb(69,125,203); }
td.TdClassName
{
border-color: #457DCB;
}
.TagClassName
{
border-color: #457DCB;
}
</style>