Shades of Cornflower Blue #458EEC
Tints of Cornflower Blue #458EEC
RGB
CMYK
RGB Variations
Color information
#458EEC (or 0x458EEC) is known color: Cornflower Blue. HEX triplet: 45, 8E and EC. RGB value is (69,142,236). Sum of RGB (Red+Green+Blue) = 69+142+236=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #458EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EEC is #BA7113. Grayscale: #828282. Windows color (decimal): -12218644 or 15502917. OLE color: 15502917.
HSL color Cylindrical-coordinate representation of color #458EEC: hue angle of 213.77º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458EEC is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 142 | 236 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.07 |
| HSL | 213.77º | 0.81% | 0.6% | - |
| HSV(B) | 213.77º | 0.71% | 0.93% | - |
| XYZ | 27.27 | 26.67 | 83.07 | - |
| YUV | 130.89 | 187.32 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 236 | 0.71 | 0.40 | 0 | 0.07 | 213.77 | 0.81 | 0.6 |
| Hex | 45 | 8E | EC | 47 | 28 | 0 | 7 | D6 | 51 | 3C |
| Octal | 105 | 216 | 354 | 107 | 50 | 0 | 7 | 326 | 121 | 74 |
| Binary | 1000101 | 10001110 | 11101100 | 1000111 | 101000 | 0 | 111 | 11010110 | 1010001 | 111100 |
Color Harmonies of #458EEC
Complementary color
Monochromatic Colors of #458EEC
Black with #458EEC
Text Example
Text Example
White with #458EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EEC; }
p { color: rgb(69,142,236); }
H1.HeaderClassName
{
color: #458EEC;
}
.AnyTagClassName
{
color: #458EEC;
}
</style>
background-color css
<style>
a { background-color: #458EEC; }
a { background-color: rgb(69,142,236); }
div.DivClassName
{
background-color: #458EEC;
}
.BgClassName
{
background-color: #458EEC;
}
</style>
border-color css
<style>
span { border-color: #458EEC; }
span { border-color: rgb(69,142,236); }
td.TdClassName
{
border-color: #458EEC;
}
.TagClassName
{
border-color: #458EEC;
}
</style>