Shades of Cornflower Blue #458FEB
Tints of Cornflower Blue #458FEB
RGB
CMYK
RGB Variations
Color information
#458FEB (or 0x458FEB) is known color: Cornflower Blue. HEX triplet: 45, 8F and EB. RGB value is (69,143,235). Sum of RGB (Red+Green+Blue) = 69+143+235=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #458FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FEB is #BA7014. Grayscale: #828282. Windows color (decimal): -12218389 or 15437637. OLE color: 15437637.
HSL color Cylindrical-coordinate representation of color #458FEB: hue angle of 213.25º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458FEB is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 143 | 235 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.08 |
| HSL | 213.25º | 0.81% | 0.6% | - |
| HSV(B) | 213.25º | 0.71% | 0.92% | - |
| XYZ | 27.27 | 26.91 | 82.35 | - |
| YUV | 131.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 235 | 0.71 | 0.39 | 0 | 0.08 | 213.25 | 0.81 | 0.6 |
| Hex | 45 | 8F | EB | 47 | 27 | 0 | 8 | D5 | 51 | 3C |
| Octal | 105 | 217 | 353 | 107 | 47 | 0 | 10 | 325 | 121 | 74 |
| Binary | 1000101 | 10001111 | 11101011 | 1000111 | 100111 | 0 | 1000 | 11010101 | 1010001 | 111100 |
Color Harmonies of #458FEB
Complementary color
Monochromatic Colors of #458FEB
Black with #458FEB
Text Example
Text Example
White with #458FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FEB; }
p { color: rgb(69,143,235); }
H1.HeaderClassName
{
color: #458FEB;
}
.AnyTagClassName
{
color: #458FEB;
}
</style>
background-color css
<style>
a { background-color: #458FEB; }
a { background-color: rgb(69,143,235); }
div.DivClassName
{
background-color: #458FEB;
}
.BgClassName
{
background-color: #458FEB;
}
</style>
border-color css
<style>
span { border-color: #458FEB; }
span { border-color: rgb(69,143,235); }
td.TdClassName
{
border-color: #458FEB;
}
.TagClassName
{
border-color: #458FEB;
}
</style>