Shades of Havelock Blue #457DCA
Tints of Havelock Blue #457DCA
RGB
CMYK
RGB Variations
Color information
#457DCA (or 0x457DCA) is known color: Havelock Blue. HEX triplet: 45, 7D and CA. RGB value is (69,125,202). Sum of RGB (Red+Green+Blue) = 69+125+202=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #457DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DCA is #BA8235. Grayscale: #747474. Windows color (decimal): -12223030 or 13270341. OLE color: 13270341.
HSL color Cylindrical-coordinate representation of color #457DCA: hue angle of 214.74º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #457DCA is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 125 | 202 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.21 |
| HSL | 214.74º | 0.56% | 0.53% | - |
| HSV(B) | 214.74º | 0.66% | 0.79% | - |
| XYZ | 20.45 | 20.2 | 58.7 | - |
| YUV | 117.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 202 | 0.66 | 0.38 | 0 | 0.21 | 214.74 | 0.56 | 0.53 |
| Hex | 45 | 7D | CA | 42 | 26 | 0 | 15 | D7 | 38 | 35 |
| Octal | 105 | 175 | 312 | 102 | 46 | 0 | 25 | 327 | 70 | 65 |
| Binary | 1000101 | 1111101 | 11001010 | 1000010 | 100110 | 0 | 10101 | 11010111 | 111000 | 110101 |
Color Harmonies of #457DCA
Complementary color
Monochromatic Colors of #457DCA
Black with #457DCA
Text Example
Text Example
White with #457DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DCA; }
p { color: rgb(69,125,202); }
H1.HeaderClassName
{
color: #457DCA;
}
.AnyTagClassName
{
color: #457DCA;
}
</style>
background-color css
<style>
a { background-color: #457DCA; }
a { background-color: rgb(69,125,202); }
div.DivClassName
{
background-color: #457DCA;
}
.BgClassName
{
background-color: #457DCA;
}
</style>
border-color css
<style>
span { border-color: #457DCA; }
span { border-color: rgb(69,125,202); }
td.TdClassName
{
border-color: #457DCA;
}
.TagClassName
{
border-color: #457DCA;
}
</style>