Shades of Cornflower Blue #459EFF
Tints of Cornflower Blue #459EFF
RGB
CMYK
RGB Variations
Color information
#459EFF (or 0x459EFF) is known color: Cornflower Blue. HEX triplet: 45, 9E and FF. RGB value is (69,158,255). Sum of RGB (Red+Green+Blue) = 69+158+255=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #459EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459EFF is #BA6100. Grayscale: #8D8D8D. Windows color (decimal): -12214529 or 16752197. OLE color: 16752197.
HSL color Cylindrical-coordinate representation of color #459EFF: hue angle of 211.29º 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 #459EFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 158 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.29º | 1% | 0.64% | - |
| HSV(B) | 211.29º | 0.73% | 1% | - |
| XYZ | 32.73 | 32.94 | 99.24 | - |
| YUV | 142.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 255 | 0.73 | 0.38 | 0 | 0 | 211.29 | 1 | 0.64 |
| Hex | 45 | 9E | FF | 49 | 26 | 0 | 0 | D3 | 64 | 40 |
| Octal | 105 | 236 | 377 | 111 | 46 | 0 | 0 | 323 | 144 | 100 |
| Binary | 1000101 | 10011110 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010011 | 1100100 | 1000000 |
Color Harmonies of #459EFF
Complementary color
Monochromatic Colors of #459EFF
Black with #459EFF
Text Example
Text Example
White with #459EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459EFF; }
p { color: rgb(69,158,255); }
H1.HeaderClassName
{
color: #459EFF;
}
.AnyTagClassName
{
color: #459EFF;
}
</style>
background-color css
<style>
a { background-color: #459EFF; }
a { background-color: rgb(69,158,255); }
div.DivClassName
{
background-color: #459EFF;
}
.BgClassName
{
background-color: #459EFF;
}
</style>
border-color css
<style>
span { border-color: #459EFF; }
span { border-color: rgb(69,158,255); }
td.TdClassName
{
border-color: #459EFF;
}
.TagClassName
{
border-color: #459EFF;
}
</style>