Shades of Cornflower Blue #458CE9
Tints of Cornflower Blue #458CE9
RGB
CMYK
RGB Variations
Color information
#458CE9 (or 0x458CE9) is known color: Cornflower Blue. HEX triplet: 45, 8C and E9. RGB value is (69,140,233). Sum of RGB (Red+Green+Blue) = 69+140+233=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #458CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CE9 is #BA7316. Grayscale: #808080. Windows color (decimal): -12219159 or 15305797. OLE color: 15305797.
HSL color Cylindrical-coordinate representation of color #458CE9: hue angle of 214.02º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458CE9 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 140 | 233 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.09 |
| HSL | 214.02º | 0.79% | 0.59% | - |
| HSV(B) | 214.02º | 0.7% | 0.91% | - |
| XYZ | 26.54 | 25.9 | 80.69 | - |
| YUV | 129.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 233 | 0.70 | 0.40 | 0 | 0.09 | 214.02 | 0.79 | 0.59 |
| Hex | 45 | 8C | E9 | 46 | 28 | 0 | 9 | D6 | 4F | 3B |
| Octal | 105 | 214 | 351 | 106 | 50 | 0 | 11 | 326 | 117 | 73 |
| Binary | 1000101 | 10001100 | 11101001 | 1000110 | 101000 | 0 | 1001 | 11010110 | 1001111 | 111011 |
Color Harmonies of #458CE9
Complementary color
Monochromatic Colors of #458CE9
Black with #458CE9
Text Example
Text Example
White with #458CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CE9; }
p { color: rgb(69,140,233); }
H1.HeaderClassName
{
color: #458CE9;
}
.AnyTagClassName
{
color: #458CE9;
}
</style>
background-color css
<style>
a { background-color: #458CE9; }
a { background-color: rgb(69,140,233); }
div.DivClassName
{
background-color: #458CE9;
}
.BgClassName
{
background-color: #458CE9;
}
</style>
border-color css
<style>
span { border-color: #458CE9; }
span { border-color: rgb(69,140,233); }
td.TdClassName
{
border-color: #458CE9;
}
.TagClassName
{
border-color: #458CE9;
}
</style>