Shades of Cornflower Blue #458CED
Tints of Cornflower Blue #458CED
RGB
CMYK
RGB Variations
Color information
#458CED (or 0x458CED) is known color: Cornflower Blue. HEX triplet: 45, 8C and ED. RGB value is (69,140,237). Sum of RGB (Red+Green+Blue) = 69+140+237=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #458CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CED is #BA7312. Grayscale: #818181. Windows color (decimal): -12219155 or 15567941. OLE color: 15567941.
HSL color Cylindrical-coordinate representation of color #458CED: hue angle of 214.64º 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 #458CED is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 140 | 237 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.07 |
| HSL | 214.64º | 0.82% | 0.6% | - |
| HSV(B) | 214.64º | 0.71% | 0.93% | - |
| XYZ | 27.12 | 26.14 | 83.74 | - |
| YUV | 129.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 237 | 0.71 | 0.41 | 0 | 0.07 | 214.64 | 0.82 | 0.6 |
| Hex | 45 | 8C | ED | 47 | 29 | 0 | 7 | D7 | 52 | 3C |
| Octal | 105 | 214 | 355 | 107 | 51 | 0 | 7 | 327 | 122 | 74 |
| Binary | 1000101 | 10001100 | 11101101 | 1000111 | 101001 | 0 | 111 | 11010111 | 1010010 | 111100 |
Color Harmonies of #458CED
Complementary color
Monochromatic Colors of #458CED
Black with #458CED
Text Example
Text Example
White with #458CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CED; }
p { color: rgb(69,140,237); }
H1.HeaderClassName
{
color: #458CED;
}
.AnyTagClassName
{
color: #458CED;
}
</style>
background-color css
<style>
a { background-color: #458CED; }
a { background-color: rgb(69,140,237); }
div.DivClassName
{
background-color: #458CED;
}
.BgClassName
{
background-color: #458CED;
}
</style>
border-color css
<style>
span { border-color: #458CED; }
span { border-color: rgb(69,140,237); }
td.TdClassName
{
border-color: #458CED;
}
.TagClassName
{
border-color: #458CED;
}
</style>