Shades of Cornflower Blue #458EED
Tints of Cornflower Blue #458EED
RGB
CMYK
RGB Variations
Color information
#458EED (or 0x458EED) is known color: Cornflower Blue. HEX triplet: 45, 8E and ED. RGB value is (69,142,237). Sum of RGB (Red+Green+Blue) = 69+142+237=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #458EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EED is #BA7112. Grayscale: #828282. Windows color (decimal): -12218643 or 15568453. OLE color: 15568453.
HSL color Cylindrical-coordinate representation of color #458EED: hue angle of 213.93º degrees, saturation: 0.82, 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 #458EED is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 142 | 237 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.07 |
| HSL | 213.93º | 0.82% | 0.6% | - |
| HSV(B) | 213.93º | 0.71% | 0.93% | - |
| XYZ | 27.41 | 26.73 | 83.83 | - |
| YUV | 131 | 187.82 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 237 | 0.71 | 0.40 | 0 | 0.07 | 213.93 | 0.82 | 0.6 |
| Hex | 45 | 8E | ED | 47 | 28 | 0 | 7 | D6 | 52 | 3C |
| Octal | 105 | 216 | 355 | 107 | 50 | 0 | 7 | 326 | 122 | 74 |
| Binary | 1000101 | 10001110 | 11101101 | 1000111 | 101000 | 0 | 111 | 11010110 | 1010010 | 111100 |
Color Harmonies of #458EED
Complementary color
Monochromatic Colors of #458EED
Black with #458EED
Text Example
Text Example
White with #458EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EED; }
p { color: rgb(69,142,237); }
H1.HeaderClassName
{
color: #458EED;
}
.AnyTagClassName
{
color: #458EED;
}
</style>
background-color css
<style>
a { background-color: #458EED; }
a { background-color: rgb(69,142,237); }
div.DivClassName
{
background-color: #458EED;
}
.BgClassName
{
background-color: #458EED;
}
</style>
border-color css
<style>
span { border-color: #458EED; }
span { border-color: rgb(69,142,237); }
td.TdClassName
{
border-color: #458EED;
}
.TagClassName
{
border-color: #458EED;
}
</style>