Shades of Cornflower Blue #458FEC
Tints of Cornflower Blue #458FEC
RGB
CMYK
RGB Variations
Color information
#458FEC (or 0x458FEC) is known color: Cornflower Blue. HEX triplet: 45, 8F and EC. RGB value is (69,143,236). Sum of RGB (Red+Green+Blue) = 69+143+236=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #458FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FEC is #BA7013. Grayscale: #838383. Windows color (decimal): -12218388 or 15503173. OLE color: 15503173.
HSL color Cylindrical-coordinate representation of color #458FEC: hue angle of 213.41º degrees, saturation: 0.81, 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 #458FEC is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 143 | 236 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.07 |
| HSL | 213.41º | 0.81% | 0.6% | - |
| HSV(B) | 213.41º | 0.71% | 0.93% | - |
| XYZ | 27.42 | 26.97 | 83.12 | - |
| YUV | 131.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 236 | 0.71 | 0.39 | 0 | 0.07 | 213.41 | 0.81 | 0.6 |
| Hex | 45 | 8F | EC | 47 | 27 | 0 | 7 | D5 | 51 | 3C |
| Octal | 105 | 217 | 354 | 107 | 47 | 0 | 7 | 325 | 121 | 74 |
| Binary | 1000101 | 10001111 | 11101100 | 1000111 | 100111 | 0 | 111 | 11010101 | 1010001 | 111100 |
Color Harmonies of #458FEC
Complementary color
Monochromatic Colors of #458FEC
Black with #458FEC
Text Example
Text Example
White with #458FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FEC; }
p { color: rgb(69,143,236); }
H1.HeaderClassName
{
color: #458FEC;
}
.AnyTagClassName
{
color: #458FEC;
}
</style>
background-color css
<style>
a { background-color: #458FEC; }
a { background-color: rgb(69,143,236); }
div.DivClassName
{
background-color: #458FEC;
}
.BgClassName
{
background-color: #458FEC;
}
</style>
border-color css
<style>
span { border-color: #458FEC; }
span { border-color: rgb(69,143,236); }
td.TdClassName
{
border-color: #458FEC;
}
.TagClassName
{
border-color: #458FEC;
}
</style>