Shades of Cornflower Blue #458CFE
Tints of Cornflower Blue #458CFE
RGB
CMYK
RGB Variations
Color information
#458CFE (or 0x458CFE) is known color: Cornflower Blue. HEX triplet: 45, 8C and FE. RGB value is (69,140,254). Sum of RGB (Red+Green+Blue) = 69+140+254=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #458CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CFE is #BA7301. Grayscale: #838383. Windows color (decimal): -12219138 or 16682053. OLE color: 16682053.
HSL color Cylindrical-coordinate representation of color #458CFE: hue angle of 216.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458CFE is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 140 | 254 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.00 |
| HSL | 216.97º | 0.99% | 0.63% | - |
| HSV(B) | 216.97º | 0.73% | 1% | - |
| XYZ | 29.72 | 27.18 | 97.45 | - |
| YUV | 131.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 254 | 0.73 | 0.45 | 0 | 0.00 | 216.97 | 0.99 | 0.63 |
| Hex | 45 | 8C | FE | 49 | 2D | 0 | 0 | D9 | 63 | 3F |
| Octal | 105 | 214 | 376 | 111 | 55 | 0 | 0 | 331 | 143 | 77 |
| Binary | 1000101 | 10001100 | 11111110 | 1001001 | 101101 | 0 | 0 | 11011001 | 1100011 | 111111 |
Color Harmonies of #458CFE
Complementary color
Monochromatic Colors of #458CFE
Black with #458CFE
Text Example
Text Example
White with #458CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CFE; }
p { color: rgb(69,140,254); }
H1.HeaderClassName
{
color: #458CFE;
}
.AnyTagClassName
{
color: #458CFE;
}
</style>
background-color css
<style>
a { background-color: #458CFE; }
a { background-color: rgb(69,140,254); }
div.DivClassName
{
background-color: #458CFE;
}
.BgClassName
{
background-color: #458CFE;
}
</style>
border-color css
<style>
span { border-color: #458CFE; }
span { border-color: rgb(69,140,254); }
td.TdClassName
{
border-color: #458CFE;
}
.TagClassName
{
border-color: #458CFE;
}
</style>