Shades of Cornflower Blue #458CE1
Tints of Cornflower Blue #458CE1
RGB
CMYK
RGB Variations
Color information
#458CE1 (or 0x458CE1) is known color: Cornflower Blue. HEX triplet: 45, 8C and E1. RGB value is (69,140,225). Sum of RGB (Red+Green+Blue) = 69+140+225=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #458CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458CE1 is #BA731E. Grayscale: #808080. Windows color (decimal): -12219167 or 14781509. OLE color: 14781509.
HSL color Cylindrical-coordinate representation of color #458CE1: hue angle of 212.69º 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 #458CE1 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 140 | 225 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.12 |
| HSL | 212.69º | 0.72% | 0.58% | - |
| HSV(B) | 212.69º | 0.69% | 0.88% | - |
| XYZ | 25.42 | 25.46 | 74.81 | - |
| YUV | 128.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 225 | 0.69 | 0.38 | 0 | 0.12 | 212.69 | 0.72 | 0.58 |
| Hex | 45 | 8C | E1 | 45 | 26 | 0 | C | D5 | 48 | 3A |
| Octal | 105 | 214 | 341 | 105 | 46 | 0 | 14 | 325 | 110 | 72 |
| Binary | 1000101 | 10001100 | 11100001 | 1000101 | 100110 | 0 | 1100 | 11010101 | 1001000 | 111010 |
Color Harmonies of #458CE1
Complementary color
Monochromatic Colors of #458CE1
Black with #458CE1
Text Example
Text Example
White with #458CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CE1; }
p { color: rgb(69,140,225); }
H1.HeaderClassName
{
color: #458CE1;
}
.AnyTagClassName
{
color: #458CE1;
}
</style>
background-color css
<style>
a { background-color: #458CE1; }
a { background-color: rgb(69,140,225); }
div.DivClassName
{
background-color: #458CE1;
}
.BgClassName
{
background-color: #458CE1;
}
</style>
border-color css
<style>
span { border-color: #458CE1; }
span { border-color: rgb(69,140,225); }
td.TdClassName
{
border-color: #458CE1;
}
.TagClassName
{
border-color: #458CE1;
}
</style>