Shades of Cornflower Blue #458EFF
Tints of Cornflower Blue #458EFF
RGB
CMYK
RGB Variations
Color information
#458EFF (or 0x458EFF) is known color: Cornflower Blue. HEX triplet: 45, 8E and FF. RGB value is (69,142,255). Sum of RGB (Red+Green+Blue) = 69+142+255=466 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.81% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #458EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458EFF is #BA7100. Grayscale: #848484. Windows color (decimal): -12218625 or 16748101. OLE color: 16748101.
HSL color Cylindrical-coordinate representation of color #458EFF: hue angle of 216.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458EFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 142 | 255 | - |
| CMYK | 0.73 | 0.44 | 0 | 0 |
| HSL | 216.45º | 1% | 0.64% | - |
| HSV(B) | 216.45º | 0.73% | 1% | - |
| XYZ | 30.18 | 27.83 | 98.39 | - |
| YUV | 133.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 142 | 255 | 0.73 | 0.44 | 0 | 0 | 216.45 | 1 | 0.64 |
| Hex | 45 | 8E | FF | 49 | 2C | 0 | 0 | D8 | 64 | 40 |
| Octal | 105 | 216 | 377 | 111 | 54 | 0 | 0 | 330 | 144 | 100 |
| Binary | 1000101 | 10001110 | 11111111 | 1001001 | 101100 | 0 | 0 | 11011000 | 1100100 | 1000000 |
Color Harmonies of #458EFF
Complementary color
Monochromatic Colors of #458EFF
Black with #458EFF
Text Example
Text Example
White with #458EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458EFF; }
p { color: rgb(69,142,255); }
H1.HeaderClassName
{
color: #458EFF;
}
.AnyTagClassName
{
color: #458EFF;
}
</style>
background-color css
<style>
a { background-color: #458EFF; }
a { background-color: rgb(69,142,255); }
div.DivClassName
{
background-color: #458EFF;
}
.BgClassName
{
background-color: #458EFF;
}
</style>
border-color css
<style>
span { border-color: #458EFF; }
span { border-color: rgb(69,142,255); }
td.TdClassName
{
border-color: #458EFF;
}
.TagClassName
{
border-color: #458EFF;
}
</style>