Shades of Cornflower Blue #458DED
Tints of Cornflower Blue #458DED
RGB
CMYK
RGB Variations
Color information
#458DED (or 0x458DED) is known color: Cornflower Blue. HEX triplet: 45, 8D and ED. RGB value is (69,141,237). Sum of RGB (Red+Green+Blue) = 69+141+237=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #458DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DED is #BA7212. Grayscale: #818181. Windows color (decimal): -12218899 or 15568197. OLE color: 15568197.
HSL color Cylindrical-coordinate representation of color #458DED: hue angle of 214.29º 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 #458DED is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 141 | 237 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.07 |
| HSL | 214.29º | 0.82% | 0.6% | - |
| HSV(B) | 214.29º | 0.71% | 0.93% | - |
| XYZ | 27.27 | 26.43 | 83.79 | - |
| YUV | 130.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 237 | 0.71 | 0.41 | 0 | 0.07 | 214.29 | 0.82 | 0.6 |
| Hex | 45 | 8D | ED | 47 | 29 | 0 | 7 | D6 | 52 | 3C |
| Octal | 105 | 215 | 355 | 107 | 51 | 0 | 7 | 326 | 122 | 74 |
| Binary | 1000101 | 10001101 | 11101101 | 1000111 | 101001 | 0 | 111 | 11010110 | 1010010 | 111100 |
Color Harmonies of #458DED
Complementary color
Monochromatic Colors of #458DED
Black with #458DED
Text Example
Text Example
White with #458DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DED; }
p { color: rgb(69,141,237); }
H1.HeaderClassName
{
color: #458DED;
}
.AnyTagClassName
{
color: #458DED;
}
</style>
background-color css
<style>
a { background-color: #458DED; }
a { background-color: rgb(69,141,237); }
div.DivClassName
{
background-color: #458DED;
}
.BgClassName
{
background-color: #458DED;
}
</style>
border-color css
<style>
span { border-color: #458DED; }
span { border-color: rgb(69,141,237); }
td.TdClassName
{
border-color: #458DED;
}
.TagClassName
{
border-color: #458DED;
}
</style>