Shades of Cornflower Blue #458AF9
Tints of Cornflower Blue #458AF9
RGB
CMYK
RGB Variations
Color information
#458AF9 (or 0x458AF9) is known color: Cornflower Blue. HEX triplet: 45, 8A and F9. RGB value is (69,138,249). Sum of RGB (Red+Green+Blue) = 69+138+249=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #458AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AF9 is #BA7506. Grayscale: #818181. Windows color (decimal): -12219655 or 16353861. OLE color: 16353861.
HSL color Cylindrical-coordinate representation of color #458AF9: hue angle of 217º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458AF9 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 138 | 249 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.02 |
| HSL | 217º | 0.94% | 0.62% | - |
| HSV(B) | 217º | 0.72% | 0.98% | - |
| XYZ | 28.64 | 26.28 | 93.19 | - |
| YUV | 130.02 | 195.14 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 249 | 0.72 | 0.45 | 0 | 0.02 | 217 | 0.94 | 0.62 |
| Hex | 45 | 8A | F9 | 48 | 2D | 0 | 2 | D9 | 5E | 3E |
| Octal | 105 | 212 | 371 | 110 | 55 | 0 | 2 | 331 | 136 | 76 |
| Binary | 1000101 | 10001010 | 11111001 | 1001000 | 101101 | 0 | 10 | 11011001 | 1011110 | 111110 |
Color Harmonies of #458AF9
Complementary color
Monochromatic Colors of #458AF9
Black with #458AF9
Text Example
Text Example
White with #458AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AF9; }
p { color: rgb(69,138,249); }
H1.HeaderClassName
{
color: #458AF9;
}
.AnyTagClassName
{
color: #458AF9;
}
</style>
background-color css
<style>
a { background-color: #458AF9; }
a { background-color: rgb(69,138,249); }
div.DivClassName
{
background-color: #458AF9;
}
.BgClassName
{
background-color: #458AF9;
}
</style>
border-color css
<style>
span { border-color: #458AF9; }
span { border-color: rgb(69,138,249); }
td.TdClassName
{
border-color: #458AF9;
}
.TagClassName
{
border-color: #458AF9;
}
</style>