Shades of Cornflower Blue #458BEC
Tints of Cornflower Blue #458BEC
RGB
CMYK
RGB Variations
Color information
#458BEC (or 0x458BEC) is known color: Cornflower Blue. HEX triplet: 45, 8B and EC. RGB value is (69,139,236). Sum of RGB (Red+Green+Blue) = 69+139+236=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #458BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BEC is #BA7413. Grayscale: #808080. Windows color (decimal): -12219412 or 15502149. OLE color: 15502149.
HSL color Cylindrical-coordinate representation of color #458BEC: hue angle of 214.85º 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 #458BEC is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 139 | 236 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.07 |
| HSL | 214.85º | 0.81% | 0.6% | - |
| HSV(B) | 214.85º | 0.71% | 0.93% | - |
| XYZ | 26.83 | 25.79 | 82.92 | - |
| YUV | 129.13 | 188.31 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 236 | 0.71 | 0.41 | 0 | 0.07 | 214.85 | 0.81 | 0.6 |
| Hex | 45 | 8B | EC | 47 | 29 | 0 | 7 | D7 | 51 | 3C |
| Octal | 105 | 213 | 354 | 107 | 51 | 0 | 7 | 327 | 121 | 74 |
| Binary | 1000101 | 10001011 | 11101100 | 1000111 | 101001 | 0 | 111 | 11010111 | 1010001 | 111100 |
Color Harmonies of #458BEC
Complementary color
Monochromatic Colors of #458BEC
Black with #458BEC
Text Example
Text Example
White with #458BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BEC; }
p { color: rgb(69,139,236); }
H1.HeaderClassName
{
color: #458BEC;
}
.AnyTagClassName
{
color: #458BEC;
}
</style>
background-color css
<style>
a { background-color: #458BEC; }
a { background-color: rgb(69,139,236); }
div.DivClassName
{
background-color: #458BEC;
}
.BgClassName
{
background-color: #458BEC;
}
</style>
border-color css
<style>
span { border-color: #458BEC; }
span { border-color: rgb(69,139,236); }
td.TdClassName
{
border-color: #458BEC;
}
.TagClassName
{
border-color: #458BEC;
}
</style>