Shades of Cornflower Blue #758EEB
Tints of Cornflower Blue #758EEB
RGB
CMYK
RGB Variations
Color information
#758EEB (or 0x758EEB) is known color: Cornflower Blue. HEX triplet: 75, 8E and EB. RGB value is (117,142,235). Sum of RGB (Red+Green+Blue) = 117+142+235=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #758EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EEB is #8A7114. Grayscale: #909090. Windows color (decimal): -9072917 or 15437429. OLE color: 15437429.
HSL color Cylindrical-coordinate representation of color #758EEB: hue angle of 227.29º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758EEB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 142 | 235 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.08 |
| HSL | 227.29º | 0.75% | 0.69% | - |
| HSV(B) | 227.29º | 0.5% | 0.92% | - |
| XYZ | 32 | 29.13 | 82.53 | - |
| YUV | 145.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 235 | 0.50 | 0.40 | 0 | 0.08 | 227.29 | 0.75 | 0.69 |
| Hex | 75 | 8E | EB | 32 | 28 | 0 | 8 | E3 | 4B | 45 |
| Octal | 165 | 216 | 353 | 62 | 50 | 0 | 10 | 343 | 113 | 105 |
| Binary | 1110101 | 10001110 | 11101011 | 110010 | 101000 | 0 | 1000 | 11100011 | 1001011 | 1000101 |
Color Harmonies of #758EEB
Complementary color
Monochromatic Colors of #758EEB
Black with #758EEB
Text Example
Text Example
White with #758EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EEB; }
p { color: rgb(117,142,235); }
H1.HeaderClassName
{
color: #758EEB;
}
.AnyTagClassName
{
color: #758EEB;
}
</style>
background-color css
<style>
a { background-color: #758EEB; }
a { background-color: rgb(117,142,235); }
div.DivClassName
{
background-color: #758EEB;
}
.BgClassName
{
background-color: #758EEB;
}
</style>
border-color css
<style>
span { border-color: #758EEB; }
span { border-color: rgb(117,142,235); }
td.TdClassName
{
border-color: #758EEB;
}
.TagClassName
{
border-color: #758EEB;
}
</style>