Shades of Cornflower Blue #458BE1
Tints of Cornflower Blue #458BE1
RGB
CMYK
RGB Variations
Color information
#458BE1 (or 0x458BE1) is known color: Cornflower Blue. HEX triplet: 45, 8B and E1. RGB value is (69,139,225). Sum of RGB (Red+Green+Blue) = 69+139+225=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #458BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458BE1 is #BA741E. Grayscale: #7F7F7F. Windows color (decimal): -12219423 or 14781253. OLE color: 14781253.
HSL color Cylindrical-coordinate representation of color #458BE1: hue angle of 213.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #458BE1 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 139 | 225 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.12 |
| HSL | 213.08º | 0.72% | 0.58% | - |
| HSV(B) | 213.08º | 0.69% | 0.88% | - |
| XYZ | 25.28 | 25.17 | 74.76 | - |
| YUV | 127.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 225 | 0.69 | 0.38 | 0 | 0.12 | 213.08 | 0.72 | 0.58 |
| Hex | 45 | 8B | E1 | 45 | 26 | 0 | C | D5 | 48 | 3A |
| Octal | 105 | 213 | 341 | 105 | 46 | 0 | 14 | 325 | 110 | 72 |
| Binary | 1000101 | 10001011 | 11100001 | 1000101 | 100110 | 0 | 1100 | 11010101 | 1001000 | 111010 |
Color Harmonies of #458BE1
Complementary color
Monochromatic Colors of #458BE1
Black with #458BE1
Text Example
Text Example
White with #458BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BE1; }
p { color: rgb(69,139,225); }
H1.HeaderClassName
{
color: #458BE1;
}
.AnyTagClassName
{
color: #458BE1;
}
</style>
background-color css
<style>
a { background-color: #458BE1; }
a { background-color: rgb(69,139,225); }
div.DivClassName
{
background-color: #458BE1;
}
.BgClassName
{
background-color: #458BE1;
}
</style>
border-color css
<style>
span { border-color: #458BE1; }
span { border-color: rgb(69,139,225); }
td.TdClassName
{
border-color: #458BE1;
}
.TagClassName
{
border-color: #458BE1;
}
</style>