Shades of Cornflower Blue #458CE5
Tints of Cornflower Blue #458CE5
RGB
CMYK
RGB Variations
Color information
#458CE5 (or 0x458CE5) is known color: Cornflower Blue. HEX triplet: 45, 8C and E5. RGB value is (69,140,229). Sum of RGB (Red+Green+Blue) = 69+140+229=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #458CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458CE5 is #BA731A. Grayscale: #808080. Windows color (decimal): -12219163 or 15043653. OLE color: 15043653.
HSL color Cylindrical-coordinate representation of color #458CE5: hue angle of 213.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458CE5 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 140 | 229 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.10 |
| HSL | 213.38º | 0.75% | 0.58% | - |
| HSV(B) | 213.38º | 0.7% | 0.9% | - |
| XYZ | 25.98 | 25.68 | 77.72 | - |
| YUV | 128.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 229 | 0.70 | 0.39 | 0 | 0.10 | 213.38 | 0.75 | 0.58 |
| Hex | 45 | 8C | E5 | 46 | 27 | 0 | A | D5 | 4B | 3A |
| Octal | 105 | 214 | 345 | 106 | 47 | 0 | 12 | 325 | 113 | 72 |
| Binary | 1000101 | 10001100 | 11100101 | 1000110 | 100111 | 0 | 1010 | 11010101 | 1001011 | 111010 |
Color Harmonies of #458CE5
Complementary color
Monochromatic Colors of #458CE5
Black with #458CE5
Text Example
Text Example
White with #458CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CE5; }
p { color: rgb(69,140,229); }
H1.HeaderClassName
{
color: #458CE5;
}
.AnyTagClassName
{
color: #458CE5;
}
</style>
background-color css
<style>
a { background-color: #458CE5; }
a { background-color: rgb(69,140,229); }
div.DivClassName
{
background-color: #458CE5;
}
.BgClassName
{
background-color: #458CE5;
}
</style>
border-color css
<style>
span { border-color: #458CE5; }
span { border-color: rgb(69,140,229); }
td.TdClassName
{
border-color: #458CE5;
}
.TagClassName
{
border-color: #458CE5;
}
</style>