Shades of Cornflower Blue #758EEC
Tints of Cornflower Blue #758EEC
RGB
CMYK
RGB Variations
Color information
#758EEC (or 0x758EEC) is known color: Cornflower Blue. HEX triplet: 75, 8E and EC. RGB value is (117,142,236). Sum of RGB (Red+Green+Blue) = 117+142+236=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #758EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EEC is #8A7113. Grayscale: #909090. Windows color (decimal): -9072916 or 15502965. OLE color: 15502965.
HSL color Cylindrical-coordinate representation of color #758EEC: hue angle of 227.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758EEC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 142 | 236 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.07 |
| HSL | 227.4º | 0.76% | 0.69% | - |
| HSV(B) | 227.4º | 0.5% | 0.93% | - |
| XYZ | 32.15 | 29.18 | 83.3 | - |
| YUV | 145.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 236 | 0.50 | 0.40 | 0 | 0.07 | 227.4 | 0.76 | 0.69 |
| Hex | 75 | 8E | EC | 32 | 28 | 0 | 7 | E3 | 4C | 45 |
| Octal | 165 | 216 | 354 | 62 | 50 | 0 | 7 | 343 | 114 | 105 |
| Binary | 1110101 | 10001110 | 11101100 | 110010 | 101000 | 0 | 111 | 11100011 | 1001100 | 1000101 |
Color Harmonies of #758EEC
Complementary color
Monochromatic Colors of #758EEC
Black with #758EEC
Text Example
Text Example
White with #758EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EEC; }
p { color: rgb(117,142,236); }
H1.HeaderClassName
{
color: #758EEC;
}
.AnyTagClassName
{
color: #758EEC;
}
</style>
background-color css
<style>
a { background-color: #758EEC; }
a { background-color: rgb(117,142,236); }
div.DivClassName
{
background-color: #758EEC;
}
.BgClassName
{
background-color: #758EEC;
}
</style>
border-color css
<style>
span { border-color: #758EEC; }
span { border-color: rgb(117,142,236); }
td.TdClassName
{
border-color: #758EEC;
}
.TagClassName
{
border-color: #758EEC;
}
</style>