Shades of Cornflower Blue #459DFE
Tints of Cornflower Blue #459DFE
RGB
CMYK
RGB Variations
Color information
#459DFE (or 0x459DFE) is known color: Cornflower Blue. HEX triplet: 45, 9D and FE. RGB value is (69,157,254). Sum of RGB (Red+Green+Blue) = 69+157+254=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #459DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459DFE is #BA6201. Grayscale: #8D8D8D. Windows color (decimal): -12214786 or 16686405. OLE color: 16686405.
HSL color Cylindrical-coordinate representation of color #459DFE: hue angle of 211.46º 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 #459DFE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 157 | 254 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.00 |
| HSL | 211.46º | 0.99% | 0.63% | - |
| HSV(B) | 211.46º | 0.73% | 1% | - |
| XYZ | 32.4 | 32.53 | 98.34 | - |
| YUV | 141.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 254 | 0.73 | 0.38 | 0 | 0.00 | 211.46 | 0.99 | 0.63 |
| Hex | 45 | 9D | FE | 49 | 26 | 0 | 0 | D3 | 63 | 3F |
| Octal | 105 | 235 | 376 | 111 | 46 | 0 | 0 | 323 | 143 | 77 |
| Binary | 1000101 | 10011101 | 11111110 | 1001001 | 100110 | 0 | 0 | 11010011 | 1100011 | 111111 |
Color Harmonies of #459DFE
Complementary color
Monochromatic Colors of #459DFE
Black with #459DFE
Text Example
Text Example
White with #459DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DFE; }
p { color: rgb(69,157,254); }
H1.HeaderClassName
{
color: #459DFE;
}
.AnyTagClassName
{
color: #459DFE;
}
</style>
background-color css
<style>
a { background-color: #459DFE; }
a { background-color: rgb(69,157,254); }
div.DivClassName
{
background-color: #459DFE;
}
.BgClassName
{
background-color: #459DFE;
}
</style>
border-color css
<style>
span { border-color: #459DFE; }
span { border-color: rgb(69,157,254); }
td.TdClassName
{
border-color: #459DFE;
}
.TagClassName
{
border-color: #459DFE;
}
</style>