Shades of Havelock Blue #457BCB
Tints of Havelock Blue #457BCB
RGB
CMYK
RGB Variations
Color information
#457BCB (or 0x457BCB) is known color: Havelock Blue. HEX triplet: 45, 7B and CB. RGB value is (69,123,203). Sum of RGB (Red+Green+Blue) = 69+123+203=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #457BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BCB is #BA8434. Grayscale: #737373. Windows color (decimal): -12223541 or 13335365. OLE color: 13335365.
HSL color Cylindrical-coordinate representation of color #457BCB: hue angle of 215.82º 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 #457BCB is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 123 | 203 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.20 |
| HSL | 215.82º | 0.56% | 0.53% | - |
| HSV(B) | 215.82º | 0.66% | 0.8% | - |
| XYZ | 20.32 | 19.74 | 59.24 | - |
| YUV | 115.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 203 | 0.66 | 0.39 | 0 | 0.20 | 215.82 | 0.56 | 0.53 |
| Hex | 45 | 7B | CB | 42 | 27 | 0 | 14 | D8 | 38 | 35 |
| Octal | 105 | 173 | 313 | 102 | 47 | 0 | 24 | 330 | 70 | 65 |
| Binary | 1000101 | 1111011 | 11001011 | 1000010 | 100111 | 0 | 10100 | 11011000 | 111000 | 110101 |
Color Harmonies of #457BCB
Complementary color
Monochromatic Colors of #457BCB
Black with #457BCB
Text Example
Text Example
White with #457BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BCB; }
p { color: rgb(69,123,203); }
H1.HeaderClassName
{
color: #457BCB;
}
.AnyTagClassName
{
color: #457BCB;
}
</style>
background-color css
<style>
a { background-color: #457BCB; }
a { background-color: rgb(69,123,203); }
div.DivClassName
{
background-color: #457BCB;
}
.BgClassName
{
background-color: #457BCB;
}
</style>
border-color css
<style>
span { border-color: #457BCB; }
span { border-color: rgb(69,123,203); }
td.TdClassName
{
border-color: #457BCB;
}
.TagClassName
{
border-color: #457BCB;
}
</style>