Shades of Cornflower Blue #458FFF
Tints of Cornflower Blue #458FFF
RGB
CMYK
RGB Variations
Color information
#458FFF (or 0x458FFF) is known color: Cornflower Blue. HEX triplet: 45, 8F and FF. RGB value is (69,143,255). Sum of RGB (Red+Green+Blue) = 69+143+255=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #458FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FFF is #BA7000. Grayscale: #858585. Windows color (decimal): -12218369 or 16748357. OLE color: 16748357.
HSL color Cylindrical-coordinate representation of color #458FFF: hue angle of 216.13º 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 #458FFF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 143 | 255 | - |
| CMYK | 0.73 | 0.44 | 0 | 0 |
| HSL | 216.13º | 1% | 0.64% | - |
| HSV(B) | 216.13º | 0.73% | 1% | - |
| XYZ | 30.33 | 28.13 | 98.44 | - |
| YUV | 133.64 | 196.48 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 255 | 0.73 | 0.44 | 0 | 0 | 216.13 | 1 | 0.64 |
| Hex | 45 | 8F | FF | 49 | 2C | 0 | 0 | D8 | 64 | 40 |
| Octal | 105 | 217 | 377 | 111 | 54 | 0 | 0 | 330 | 144 | 100 |
| Binary | 1000101 | 10001111 | 11111111 | 1001001 | 101100 | 0 | 0 | 11011000 | 1100100 | 1000000 |
Color Harmonies of #458FFF
Complementary color
Monochromatic Colors of #458FFF
Black with #458FFF
Text Example
Text Example
White with #458FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FFF; }
p { color: rgb(69,143,255); }
H1.HeaderClassName
{
color: #458FFF;
}
.AnyTagClassName
{
color: #458FFF;
}
</style>
background-color css
<style>
a { background-color: #458FFF; }
a { background-color: rgb(69,143,255); }
div.DivClassName
{
background-color: #458FFF;
}
.BgClassName
{
background-color: #458FFF;
}
</style>
border-color css
<style>
span { border-color: #458FFF; }
span { border-color: rgb(69,143,255); }
td.TdClassName
{
border-color: #458FFF;
}
.TagClassName
{
border-color: #458FFF;
}
</style>