Shades of Cornflower Blue #458FEA
Tints of Cornflower Blue #458FEA
RGB
CMYK
RGB Variations
Color information
#458FEA (or 0x458FEA) is known color: Cornflower Blue. HEX triplet: 45, 8F and EA. RGB value is (69,143,234). Sum of RGB (Red+Green+Blue) = 69+143+234=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #458FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FEA is #BA7015. Grayscale: #828282. Windows color (decimal): -12218390 or 15372101. OLE color: 15372101.
HSL color Cylindrical-coordinate representation of color #458FEA: hue angle of 213.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #458FEA is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 143 | 234 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.08 |
| HSL | 213.09º | 0.8% | 0.59% | - |
| HSV(B) | 213.09º | 0.71% | 0.92% | - |
| XYZ | 27.13 | 26.85 | 81.59 | - |
| YUV | 131.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 234 | 0.71 | 0.39 | 0 | 0.08 | 213.09 | 0.8 | 0.59 |
| Hex | 45 | 8F | EA | 47 | 27 | 0 | 8 | D5 | 50 | 3B |
| Octal | 105 | 217 | 352 | 107 | 47 | 0 | 10 | 325 | 120 | 73 |
| Binary | 1000101 | 10001111 | 11101010 | 1000111 | 100111 | 0 | 1000 | 11010101 | 1010000 | 111011 |
Color Harmonies of #458FEA
Complementary color
Monochromatic Colors of #458FEA
Black with #458FEA
Text Example
Text Example
White with #458FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FEA; }
p { color: rgb(69,143,234); }
H1.HeaderClassName
{
color: #458FEA;
}
.AnyTagClassName
{
color: #458FEA;
}
</style>
background-color css
<style>
a { background-color: #458FEA; }
a { background-color: rgb(69,143,234); }
div.DivClassName
{
background-color: #458FEA;
}
.BgClassName
{
background-color: #458FEA;
}
</style>
border-color css
<style>
span { border-color: #458FEA; }
span { border-color: rgb(69,143,234); }
td.TdClassName
{
border-color: #458FEA;
}
.TagClassName
{
border-color: #458FEA;
}
</style>