Shades of Cornflower Blue #458FE3
Tints of Cornflower Blue #458FE3
RGB
CMYK
RGB Variations
Color information
#458FE3 (or 0x458FE3) is known color: Cornflower Blue. HEX triplet: 45, 8F and E3. RGB value is (69,143,227). Sum of RGB (Red+Green+Blue) = 69+143+227=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #458FE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458FE3 is #BA701C. Grayscale: #828282. Windows color (decimal): -12218397 or 14913349. OLE color: 14913349.
HSL color Cylindrical-coordinate representation of color #458FE3: hue angle of 211.9º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #458FE3 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 143 | 227 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.11 |
| HSL | 211.9º | 0.74% | 0.58% | - |
| HSV(B) | 211.9º | 0.7% | 0.89% | - |
| XYZ | 26.14 | 26.46 | 76.4 | - |
| YUV | 130.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 227 | 0.70 | 0.37 | 0 | 0.11 | 211.9 | 0.74 | 0.58 |
| Hex | 45 | 8F | E3 | 46 | 25 | 0 | B | D4 | 4A | 3A |
| Octal | 105 | 217 | 343 | 106 | 45 | 0 | 13 | 324 | 112 | 72 |
| Binary | 1000101 | 10001111 | 11100011 | 1000110 | 100101 | 0 | 1011 | 11010100 | 1001010 | 111010 |
Color Harmonies of #458FE3
Complementary color
Monochromatic Colors of #458FE3
Black with #458FE3
Text Example
Text Example
White with #458FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FE3; }
p { color: rgb(69,143,227); }
H1.HeaderClassName
{
color: #458FE3;
}
.AnyTagClassName
{
color: #458FE3;
}
</style>
background-color css
<style>
a { background-color: #458FE3; }
a { background-color: rgb(69,143,227); }
div.DivClassName
{
background-color: #458FE3;
}
.BgClassName
{
background-color: #458FE3;
}
</style>
border-color css
<style>
span { border-color: #458FE3; }
span { border-color: rgb(69,143,227); }
td.TdClassName
{
border-color: #458FE3;
}
.TagClassName
{
border-color: #458FE3;
}
</style>