Shades of Cornflower Blue #458DFE
Tints of Cornflower Blue #458DFE
RGB
CMYK
RGB Variations
Color information
#458DFE (or 0x458DFE) is known color: Cornflower Blue. HEX triplet: 45, 8D and FE. RGB value is (69,141,254). Sum of RGB (Red+Green+Blue) = 69+141+254=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #458DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DFE is #BA7201. Grayscale: #838383. Windows color (decimal): -12218882 or 16682309. OLE color: 16682309.
HSL color Cylindrical-coordinate representation of color #458DFE: hue angle of 216.65º 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 #458DFE is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 141 | 254 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.00 |
| HSL | 216.65º | 0.99% | 0.63% | - |
| HSV(B) | 216.65º | 0.73% | 1% | - |
| XYZ | 29.87 | 27.47 | 97.49 | - |
| YUV | 132.35 | 196.65 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 254 | 0.73 | 0.44 | 0 | 0.00 | 216.65 | 0.99 | 0.63 |
| Hex | 45 | 8D | FE | 49 | 2C | 0 | 0 | D9 | 63 | 3F |
| Octal | 105 | 215 | 376 | 111 | 54 | 0 | 0 | 331 | 143 | 77 |
| Binary | 1000101 | 10001101 | 11111110 | 1001001 | 101100 | 0 | 0 | 11011001 | 1100011 | 111111 |
Color Harmonies of #458DFE
Complementary color
Monochromatic Colors of #458DFE
Black with #458DFE
Text Example
Text Example
White with #458DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DFE; }
p { color: rgb(69,141,254); }
H1.HeaderClassName
{
color: #458DFE;
}
.AnyTagClassName
{
color: #458DFE;
}
</style>
background-color css
<style>
a { background-color: #458DFE; }
a { background-color: rgb(69,141,254); }
div.DivClassName
{
background-color: #458DFE;
}
.BgClassName
{
background-color: #458DFE;
}
</style>
border-color css
<style>
span { border-color: #458DFE; }
span { border-color: rgb(69,141,254); }
td.TdClassName
{
border-color: #458DFE;
}
.TagClassName
{
border-color: #458DFE;
}
</style>