Shades of Cornflower Blue #758EE5
Tints of Cornflower Blue #758EE5
RGB
CMYK
RGB Variations
Color information
#758EE5 (or 0x758EE5) is known color: Cornflower Blue. HEX triplet: 75, 8E and E5. RGB value is (117,142,229). Sum of RGB (Red+Green+Blue) = 117+142+229=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #758EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EE5 is #8A711A. Grayscale: #909090. Windows color (decimal): -9072923 or 15044213. OLE color: 15044213.
HSL color Cylindrical-coordinate representation of color #758EE5: hue angle of 226.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758EE5 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 142 | 229 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.10 |
| HSL | 226.61º | 0.68% | 0.68% | - |
| HSV(B) | 226.61º | 0.49% | 0.9% | - |
| XYZ | 31.15 | 28.79 | 78.04 | - |
| YUV | 144.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 229 | 0.49 | 0.38 | 0 | 0.10 | 226.61 | 0.68 | 0.68 |
| Hex | 75 | 8E | E5 | 31 | 26 | 0 | A | E3 | 44 | 44 |
| Octal | 165 | 216 | 345 | 61 | 46 | 0 | 12 | 343 | 104 | 104 |
| Binary | 1110101 | 10001110 | 11100101 | 110001 | 100110 | 0 | 1010 | 11100011 | 1000100 | 1000100 |
Color Harmonies of #758EE5
Complementary color
Monochromatic Colors of #758EE5
Black with #758EE5
Text Example
Text Example
White with #758EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EE5; }
p { color: rgb(117,142,229); }
H1.HeaderClassName
{
color: #758EE5;
}
.AnyTagClassName
{
color: #758EE5;
}
</style>
background-color css
<style>
a { background-color: #758EE5; }
a { background-color: rgb(117,142,229); }
div.DivClassName
{
background-color: #758EE5;
}
.BgClassName
{
background-color: #758EE5;
}
</style>
border-color css
<style>
span { border-color: #758EE5; }
span { border-color: rgb(117,142,229); }
td.TdClassName
{
border-color: #758EE5;
}
.TagClassName
{
border-color: #758EE5;
}
</style>