Shades of Cornflower Blue #459DFF
Tints of Cornflower Blue #459DFF
RGB
CMYK
RGB Variations
Color information
#459DFF (or 0x459DFF) is known color: Cornflower Blue. HEX triplet: 45, 9D and FF. RGB value is (69,157,255). Sum of RGB (Red+Green+Blue) = 69+157+255=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #459DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459DFF is #BA6200. Grayscale: #8D8D8D. Windows color (decimal): -12214785 or 16751941. OLE color: 16751941.
HSL color Cylindrical-coordinate representation of color #459DFF: hue angle of 211.61º 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 #459DFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 157 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.61º | 1% | 0.64% | - |
| HSV(B) | 211.61º | 0.73% | 1% | - |
| XYZ | 32.56 | 32.6 | 99.18 | - |
| YUV | 141.86 | 191.85 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 255 | 0.73 | 0.38 | 0 | 0 | 211.61 | 1 | 0.64 |
| Hex | 45 | 9D | FF | 49 | 26 | 0 | 0 | D4 | 64 | 40 |
| Octal | 105 | 235 | 377 | 111 | 46 | 0 | 0 | 324 | 144 | 100 |
| Binary | 1000101 | 10011101 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010100 | 1100100 | 1000000 |
Color Harmonies of #459DFF
Complementary color
Monochromatic Colors of #459DFF
Black with #459DFF
Text Example
Text Example
White with #459DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DFF; }
p { color: rgb(69,157,255); }
H1.HeaderClassName
{
color: #459DFF;
}
.AnyTagClassName
{
color: #459DFF;
}
</style>
background-color css
<style>
a { background-color: #459DFF; }
a { background-color: rgb(69,157,255); }
div.DivClassName
{
background-color: #459DFF;
}
.BgClassName
{
background-color: #459DFF;
}
</style>
border-color css
<style>
span { border-color: #459DFF; }
span { border-color: rgb(69,157,255); }
td.TdClassName
{
border-color: #459DFF;
}
.TagClassName
{
border-color: #459DFF;
}
</style>