Shades of Cornflower Blue #458DFF
Tints of Cornflower Blue #458DFF
RGB
CMYK
RGB Variations
Color information
#458DFF (or 0x458DFF) is known color: Cornflower Blue. HEX triplet: 45, 8D and FF. RGB value is (69,141,255). Sum of RGB (Red+Green+Blue) = 69+141+255=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #458DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DFF is #BA7200. Grayscale: #838383. Windows color (decimal): -12218881 or 16747845. OLE color: 16747845.
HSL color Cylindrical-coordinate representation of color #458DFF: hue angle of 216.77º 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 #458DFF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 141 | 255 | - |
| CMYK | 0.73 | 0.45 | 0 | 0 |
| HSL | 216.77º | 1% | 0.64% | - |
| HSV(B) | 216.77º | 0.73% | 1% | - |
| XYZ | 30.03 | 27.53 | 98.34 | - |
| YUV | 132.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 255 | 0.73 | 0.45 | 0 | 0 | 216.77 | 1 | 0.64 |
| Hex | 45 | 8D | FF | 49 | 2D | 0 | 0 | D9 | 64 | 40 |
| Octal | 105 | 215 | 377 | 111 | 55 | 0 | 0 | 331 | 144 | 100 |
| Binary | 1000101 | 10001101 | 11111111 | 1001001 | 101101 | 0 | 0 | 11011001 | 1100100 | 1000000 |
Color Harmonies of #458DFF
Complementary color
Monochromatic Colors of #458DFF
Black with #458DFF
Text Example
Text Example
White with #458DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DFF; }
p { color: rgb(69,141,255); }
H1.HeaderClassName
{
color: #458DFF;
}
.AnyTagClassName
{
color: #458DFF;
}
</style>
background-color css
<style>
a { background-color: #458DFF; }
a { background-color: rgb(69,141,255); }
div.DivClassName
{
background-color: #458DFF;
}
.BgClassName
{
background-color: #458DFF;
}
</style>
border-color css
<style>
span { border-color: #458DFF; }
span { border-color: rgb(69,141,255); }
td.TdClassName
{
border-color: #458DFF;
}
.TagClassName
{
border-color: #458DFF;
}
</style>