Shades of Cornflower Blue #458FEE
Tints of Cornflower Blue #458FEE
RGB
CMYK
RGB Variations
Color information
#458FEE (or 0x458FEE) is known color: Cornflower Blue. HEX triplet: 45, 8F and EE. RGB value is (69,143,238). Sum of RGB (Red+Green+Blue) = 69+143+238=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #458FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FEE is #BA7011. Grayscale: #838383. Windows color (decimal): -12218386 or 15634245. OLE color: 15634245.
HSL color Cylindrical-coordinate representation of color #458FEE: hue angle of 213.73º degrees, saturation: 0.83, 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 #458FEE is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 143 | 238 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.07 |
| HSL | 213.73º | 0.83% | 0.6% | - |
| HSV(B) | 213.73º | 0.71% | 0.93% | - |
| XYZ | 27.71 | 27.08 | 84.66 | - |
| YUV | 131.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 238 | 0.71 | 0.40 | 0 | 0.07 | 213.73 | 0.83 | 0.6 |
| Hex | 45 | 8F | EE | 47 | 28 | 0 | 7 | D6 | 53 | 3C |
| Octal | 105 | 217 | 356 | 107 | 50 | 0 | 7 | 326 | 123 | 74 |
| Binary | 1000101 | 10001111 | 11101110 | 1000111 | 101000 | 0 | 111 | 11010110 | 1010011 | 111100 |
Color Harmonies of #458FEE
Complementary color
Monochromatic Colors of #458FEE
Black with #458FEE
Text Example
Text Example
White with #458FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FEE; }
p { color: rgb(69,143,238); }
H1.HeaderClassName
{
color: #458FEE;
}
.AnyTagClassName
{
color: #458FEE;
}
</style>
background-color css
<style>
a { background-color: #458FEE; }
a { background-color: rgb(69,143,238); }
div.DivClassName
{
background-color: #458FEE;
}
.BgClassName
{
background-color: #458FEE;
}
</style>
border-color css
<style>
span { border-color: #458FEE; }
span { border-color: rgb(69,143,238); }
td.TdClassName
{
border-color: #458FEE;
}
.TagClassName
{
border-color: #458FEE;
}
</style>