Shades of Cornflower Blue #459FF5
Tints of Cornflower Blue #459FF5
RGB
CMYK
RGB Variations
Color information
#459FF5 (or 0x459FF5) is known color: Cornflower Blue. HEX triplet: 45, 9F and F5. RGB value is (69,159,245). Sum of RGB (Red+Green+Blue) = 69+159+245=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #459FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459FF5 is #BA600A. Grayscale: #8D8D8D. Windows color (decimal): -12214283 or 16097093. OLE color: 16097093.
HSL color Cylindrical-coordinate representation of color #459FF5: hue angle of 209.32º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #459FF5 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 159 | 245 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.04 |
| HSL | 209.32º | 0.9% | 0.62% | - |
| HSV(B) | 209.32º | 0.72% | 0.96% | - |
| XYZ | 31.33 | 32.65 | 91.04 | - |
| YUV | 141.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 245 | 0.72 | 0.35 | 0 | 0.04 | 209.32 | 0.9 | 0.62 |
| Hex | 45 | 9F | F5 | 48 | 23 | 0 | 4 | D1 | 5A | 3E |
| Octal | 105 | 237 | 365 | 110 | 43 | 0 | 4 | 321 | 132 | 76 |
| Binary | 1000101 | 10011111 | 11110101 | 1001000 | 100011 | 0 | 100 | 11010001 | 1011010 | 111110 |
Color Harmonies of #459FF5
Complementary color
Monochromatic Colors of #459FF5
Black with #459FF5
Text Example
Text Example
White with #459FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459FF5; }
p { color: rgb(69,159,245); }
H1.HeaderClassName
{
color: #459FF5;
}
.AnyTagClassName
{
color: #459FF5;
}
</style>
background-color css
<style>
a { background-color: #459FF5; }
a { background-color: rgb(69,159,245); }
div.DivClassName
{
background-color: #459FF5;
}
.BgClassName
{
background-color: #459FF5;
}
</style>
border-color css
<style>
span { border-color: #459FF5; }
span { border-color: rgb(69,159,245); }
td.TdClassName
{
border-color: #459FF5;
}
.TagClassName
{
border-color: #459FF5;
}
</style>