Shades of Cornflower Blue #459FFE
Tints of Cornflower Blue #459FFE
RGB
CMYK
RGB Variations
Color information
#459FFE (or 0x459FFE) is known color: Cornflower Blue. HEX triplet: 45, 9F and FE. RGB value is (69,159,254). Sum of RGB (Red+Green+Blue) = 69+159+254=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #459FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459FFE is #BA6001. Grayscale: #8E8E8E. Windows color (decimal): -12214274 or 16686917. OLE color: 16686917.
HSL color Cylindrical-coordinate representation of color #459FFE: hue angle of 210.81º 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 #459FFE is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 159 | 254 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.00 |
| HSL | 210.81º | 0.99% | 0.63% | - |
| HSV(B) | 210.81º | 0.73% | 1% | - |
| XYZ | 32.74 | 33.22 | 98.45 | - |
| YUV | 142.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 254 | 0.73 | 0.37 | 0 | 0.00 | 210.81 | 0.99 | 0.63 |
| Hex | 45 | 9F | FE | 49 | 25 | 0 | 0 | D3 | 63 | 3F |
| Octal | 105 | 237 | 376 | 111 | 45 | 0 | 0 | 323 | 143 | 77 |
| Binary | 1000101 | 10011111 | 11111110 | 1001001 | 100101 | 0 | 0 | 11010011 | 1100011 | 111111 |
Color Harmonies of #459FFE
Complementary color
Monochromatic Colors of #459FFE
Black with #459FFE
Text Example
Text Example
White with #459FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459FFE; }
p { color: rgb(69,159,254); }
H1.HeaderClassName
{
color: #459FFE;
}
.AnyTagClassName
{
color: #459FFE;
}
</style>
background-color css
<style>
a { background-color: #459FFE; }
a { background-color: rgb(69,159,254); }
div.DivClassName
{
background-color: #459FFE;
}
.BgClassName
{
background-color: #459FFE;
}
</style>
border-color css
<style>
span { border-color: #459FFE; }
span { border-color: rgb(69,159,254); }
td.TdClassName
{
border-color: #459FFE;
}
.TagClassName
{
border-color: #459FFE;
}
</style>