Shades of Cornflower Blue #458DE1
Tints of Cornflower Blue #458DE1
RGB
CMYK
RGB Variations
Color information
#458DE1 (or 0x458DE1) is known color: Cornflower Blue. HEX triplet: 45, 8D and E1. RGB value is (69,141,225). Sum of RGB (Red+Green+Blue) = 69+141+225=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #458DE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DE1 is #BA721E. Grayscale: #808080. Windows color (decimal): -12218911 or 14781765. OLE color: 14781765.
HSL color Cylindrical-coordinate representation of color #458DE1: hue angle of 212.31º 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 #458DE1 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 141 | 225 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.12 |
| HSL | 212.31º | 0.72% | 0.58% | - |
| HSV(B) | 212.31º | 0.69% | 0.88% | - |
| XYZ | 25.57 | 25.75 | 74.86 | - |
| YUV | 129.05 | 182.15 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 225 | 0.69 | 0.37 | 0 | 0.12 | 212.31 | 0.72 | 0.58 |
| Hex | 45 | 8D | E1 | 45 | 25 | 0 | C | D4 | 48 | 3A |
| Octal | 105 | 215 | 341 | 105 | 45 | 0 | 14 | 324 | 110 | 72 |
| Binary | 1000101 | 10001101 | 11100001 | 1000101 | 100101 | 0 | 1100 | 11010100 | 1001000 | 111010 |
Color Harmonies of #458DE1
Complementary color
Monochromatic Colors of #458DE1
Black with #458DE1
Text Example
Text Example
White with #458DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DE1; }
p { color: rgb(69,141,225); }
H1.HeaderClassName
{
color: #458DE1;
}
.AnyTagClassName
{
color: #458DE1;
}
</style>
background-color css
<style>
a { background-color: #458DE1; }
a { background-color: rgb(69,141,225); }
div.DivClassName
{
background-color: #458DE1;
}
.BgClassName
{
background-color: #458DE1;
}
</style>
border-color css
<style>
span { border-color: #458DE1; }
span { border-color: rgb(69,141,225); }
td.TdClassName
{
border-color: #458DE1;
}
.TagClassName
{
border-color: #458DE1;
}
</style>