Shades of Cornflower Blue #458CFF
Tints of Cornflower Blue #458CFF
RGB
CMYK
RGB Variations
Color information
#458CFF (or 0x458CFF) is known color: Cornflower Blue. HEX triplet: 45, 8C and FF. RGB value is (69,140,255). Sum of RGB (Red+Green+Blue) = 69+140+255=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #458CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CFF is #BA7300. Grayscale: #838383. Windows color (decimal): -12219137 or 16747589. OLE color: 16747589.
HSL color Cylindrical-coordinate representation of color #458CFF: hue angle of 217.1º 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 #458CFF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 140 | 255 | - |
| CMYK | 0.73 | 0.45 | 0 | 0 |
| HSL | 217.1º | 1% | 0.64% | - |
| HSV(B) | 217.1º | 0.73% | 1% | - |
| XYZ | 29.88 | 27.24 | 98.29 | - |
| YUV | 131.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 255 | 0.73 | 0.45 | 0 | 0 | 217.1 | 1 | 0.64 |
| Hex | 45 | 8C | FF | 49 | 2D | 0 | 0 | D9 | 64 | 40 |
| Octal | 105 | 214 | 377 | 111 | 55 | 0 | 0 | 331 | 144 | 100 |
| Binary | 1000101 | 10001100 | 11111111 | 1001001 | 101101 | 0 | 0 | 11011001 | 1100100 | 1000000 |
Color Harmonies of #458CFF
Complementary color
Monochromatic Colors of #458CFF
Black with #458CFF
Text Example
Text Example
White with #458CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CFF; }
p { color: rgb(69,140,255); }
H1.HeaderClassName
{
color: #458CFF;
}
.AnyTagClassName
{
color: #458CFF;
}
</style>
background-color css
<style>
a { background-color: #458CFF; }
a { background-color: rgb(69,140,255); }
div.DivClassName
{
background-color: #458CFF;
}
.BgClassName
{
background-color: #458CFF;
}
</style>
border-color css
<style>
span { border-color: #458CFF; }
span { border-color: rgb(69,140,255); }
td.TdClassName
{
border-color: #458CFF;
}
.TagClassName
{
border-color: #458CFF;
}
</style>