Shades of Cornflower Blue #458AFE
Tints of Cornflower Blue #458AFE
RGB
CMYK
RGB Variations
Color information
#458AFE (or 0x458AFE) is known color: Cornflower Blue. HEX triplet: 45, 8A and FE. RGB value is (69,138,254). Sum of RGB (Red+Green+Blue) = 69+138+254=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #458AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AFE is #BA7501. Grayscale: #828282. Windows color (decimal): -12219650 or 16681541. OLE color: 16681541.
HSL color Cylindrical-coordinate representation of color #458AFE: hue angle of 217.62º 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 #458AFE is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 138 | 254 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.00 |
| HSL | 217.62º | 0.99% | 0.63% | - |
| HSV(B) | 217.62º | 0.73% | 1% | - |
| XYZ | 29.43 | 26.6 | 97.35 | - |
| YUV | 130.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 254 | 0.73 | 0.46 | 0 | 0.00 | 217.62 | 0.99 | 0.63 |
| Hex | 45 | 8A | FE | 49 | 2E | 0 | 0 | DA | 63 | 3F |
| Octal | 105 | 212 | 376 | 111 | 56 | 0 | 0 | 332 | 143 | 77 |
| Binary | 1000101 | 10001010 | 11111110 | 1001001 | 101110 | 0 | 0 | 11011010 | 1100011 | 111111 |
Color Harmonies of #458AFE
Complementary color
Monochromatic Colors of #458AFE
Black with #458AFE
Text Example
Text Example
White with #458AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AFE; }
p { color: rgb(69,138,254); }
H1.HeaderClassName
{
color: #458AFE;
}
.AnyTagClassName
{
color: #458AFE;
}
</style>
background-color css
<style>
a { background-color: #458AFE; }
a { background-color: rgb(69,138,254); }
div.DivClassName
{
background-color: #458AFE;
}
.BgClassName
{
background-color: #458AFE;
}
</style>
border-color css
<style>
span { border-color: #458AFE; }
span { border-color: rgb(69,138,254); }
td.TdClassName
{
border-color: #458AFE;
}
.TagClassName
{
border-color: #458AFE;
}
</style>