Shades of Cornflower Blue #458FED
Tints of Cornflower Blue #458FED
RGB
CMYK
RGB Variations
Color information
#458FED (or 0x458FED) is known color: Cornflower Blue. HEX triplet: 45, 8F and ED. RGB value is (69,143,237). Sum of RGB (Red+Green+Blue) = 69+143+237=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #458FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FED is #BA7012. Grayscale: #838383. Windows color (decimal): -12218387 or 15568709. OLE color: 15568709.
HSL color Cylindrical-coordinate representation of color #458FED: hue angle of 213.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458FED is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 143 | 237 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.07 |
| HSL | 213.57º | 0.82% | 0.6% | - |
| HSV(B) | 213.57º | 0.71% | 0.93% | - |
| XYZ | 27.56 | 27.02 | 83.88 | - |
| YUV | 131.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 237 | 0.71 | 0.40 | 0 | 0.07 | 213.57 | 0.82 | 0.6 |
| Hex | 45 | 8F | ED | 47 | 28 | 0 | 7 | D6 | 52 | 3C |
| Octal | 105 | 217 | 355 | 107 | 50 | 0 | 7 | 326 | 122 | 74 |
| Binary | 1000101 | 10001111 | 11101101 | 1000111 | 101000 | 0 | 111 | 11010110 | 1010010 | 111100 |
Color Harmonies of #458FED
Complementary color
Monochromatic Colors of #458FED
Black with #458FED
Text Example
Text Example
White with #458FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FED; }
p { color: rgb(69,143,237); }
H1.HeaderClassName
{
color: #458FED;
}
.AnyTagClassName
{
color: #458FED;
}
</style>
background-color css
<style>
a { background-color: #458FED; }
a { background-color: rgb(69,143,237); }
div.DivClassName
{
background-color: #458FED;
}
.BgClassName
{
background-color: #458FED;
}
</style>
border-color css
<style>
span { border-color: #458FED; }
span { border-color: rgb(69,143,237); }
td.TdClassName
{
border-color: #458FED;
}
.TagClassName
{
border-color: #458FED;
}
</style>