Shades of Cornflower Blue #458CFC
Tints of Cornflower Blue #458CFC
RGB
CMYK
RGB Variations
Color information
#458CFC (or 0x458CFC) is known color: Cornflower Blue. HEX triplet: 45, 8C and FC. RGB value is (69,140,252). Sum of RGB (Red+Green+Blue) = 69+140+252=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #458CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CFC is #BA7303. Grayscale: #838383. Windows color (decimal): -12219140 or 16550981. OLE color: 16550981.
HSL color Cylindrical-coordinate representation of color #458CFC: hue angle of 216.72º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458CFC is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 140 | 252 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.01 |
| HSL | 216.72º | 0.97% | 0.63% | - |
| HSV(B) | 216.72º | 0.73% | 0.99% | - |
| XYZ | 29.4 | 27.05 | 95.77 | - |
| YUV | 131.54 | 195.98 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 252 | 0.73 | 0.44 | 0 | 0.01 | 216.72 | 0.97 | 0.63 |
| Hex | 45 | 8C | FC | 49 | 2C | 0 | 1 | D9 | 61 | 3F |
| Octal | 105 | 214 | 374 | 111 | 54 | 0 | 1 | 331 | 141 | 77 |
| Binary | 1000101 | 10001100 | 11111100 | 1001001 | 101100 | 0 | 1 | 11011001 | 1100001 | 111111 |
Color Harmonies of #458CFC
Complementary color
Monochromatic Colors of #458CFC
Black with #458CFC
Text Example
Text Example
White with #458CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CFC; }
p { color: rgb(69,140,252); }
H1.HeaderClassName
{
color: #458CFC;
}
.AnyTagClassName
{
color: #458CFC;
}
</style>
background-color css
<style>
a { background-color: #458CFC; }
a { background-color: rgb(69,140,252); }
div.DivClassName
{
background-color: #458CFC;
}
.BgClassName
{
background-color: #458CFC;
}
</style>
border-color css
<style>
span { border-color: #458CFC; }
span { border-color: rgb(69,140,252); }
td.TdClassName
{
border-color: #458CFC;
}
.TagClassName
{
border-color: #458CFC;
}
</style>