Shades of Cornflower Blue #758EEE
Tints of Cornflower Blue #758EEE
RGB
CMYK
RGB Variations
Color information
#758EEE (or 0x758EEE) is known color: Cornflower Blue. HEX triplet: 75, 8E and EE. RGB value is (117,142,238). Sum of RGB (Red+Green+Blue) = 117+142+238=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #758EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EEE is #8A7111. Grayscale: #919191. Windows color (decimal): -9072914 or 15634037. OLE color: 15634037.
HSL color Cylindrical-coordinate representation of color #758EEE: hue angle of 227.6º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758EEE is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 142 | 238 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.07 |
| HSL | 227.6º | 0.78% | 0.7% | - |
| HSV(B) | 227.6º | 0.51% | 0.93% | - |
| XYZ | 32.44 | 29.3 | 84.83 | - |
| YUV | 145.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 238 | 0.51 | 0.40 | 0 | 0.07 | 227.6 | 0.78 | 0.7 |
| Hex | 75 | 8E | EE | 33 | 28 | 0 | 7 | E4 | 4E | 46 |
| Octal | 165 | 216 | 356 | 63 | 50 | 0 | 7 | 344 | 116 | 106 |
| Binary | 1110101 | 10001110 | 11101110 | 110011 | 101000 | 0 | 111 | 11100100 | 1001110 | 1000110 |
Color Harmonies of #758EEE
Complementary color
Monochromatic Colors of #758EEE
Black with #758EEE
Text Example
Text Example
White with #758EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EEE; }
p { color: rgb(117,142,238); }
H1.HeaderClassName
{
color: #758EEE;
}
.AnyTagClassName
{
color: #758EEE;
}
</style>
background-color css
<style>
a { background-color: #758EEE; }
a { background-color: rgb(117,142,238); }
div.DivClassName
{
background-color: #758EEE;
}
.BgClassName
{
background-color: #758EEE;
}
</style>
border-color css
<style>
span { border-color: #758EEE; }
span { border-color: rgb(117,142,238); }
td.TdClassName
{
border-color: #758EEE;
}
.TagClassName
{
border-color: #758EEE;
}
</style>