Shades of Cornflower Blue #458FFA
Tints of Cornflower Blue #458FFA
RGB
CMYK
RGB Variations
Color information
#458FFA (or 0x458FFA) is known color: Cornflower Blue. HEX triplet: 45, 8F and FA. RGB value is (69,143,250). Sum of RGB (Red+Green+Blue) = 69+143+250=462 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.94% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #458FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FFA is #BA7005. Grayscale: #848484. Windows color (decimal): -12218374 or 16420677. OLE color: 16420677.
HSL color Cylindrical-coordinate representation of color #458FFA: hue angle of 215.47º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458FFA is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 143 | 250 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.02 |
| HSL | 215.47º | 0.95% | 0.63% | - |
| HSV(B) | 215.47º | 0.72% | 0.98% | - |
| XYZ | 29.53 | 27.81 | 94.25 | - |
| YUV | 133.07 | 193.98 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 250 | 0.72 | 0.43 | 0 | 0.02 | 215.47 | 0.95 | 0.63 |
| Hex | 45 | 8F | FA | 48 | 2B | 0 | 2 | D7 | 5F | 3F |
| Octal | 105 | 217 | 372 | 110 | 53 | 0 | 2 | 327 | 137 | 77 |
| Binary | 1000101 | 10001111 | 11111010 | 1001000 | 101011 | 0 | 10 | 11010111 | 1011111 | 111111 |
Color Harmonies of #458FFA
Complementary color
Monochromatic Colors of #458FFA
Black with #458FFA
Text Example
Text Example
White with #458FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FFA; }
p { color: rgb(69,143,250); }
H1.HeaderClassName
{
color: #458FFA;
}
.AnyTagClassName
{
color: #458FFA;
}
</style>
background-color css
<style>
a { background-color: #458FFA; }
a { background-color: rgb(69,143,250); }
div.DivClassName
{
background-color: #458FFA;
}
.BgClassName
{
background-color: #458FFA;
}
</style>
border-color css
<style>
span { border-color: #458FFA; }
span { border-color: rgb(69,143,250); }
td.TdClassName
{
border-color: #458FFA;
}
.TagClassName
{
border-color: #458FFA;
}
</style>