Shades of Cornflower Blue #758CEC
Tints of Cornflower Blue #758CEC
RGB
CMYK
RGB Variations
Color information
#758CEC (or 0x758CEC) is known color: Cornflower Blue. HEX triplet: 75, 8C and EC. RGB value is (117,140,236). Sum of RGB (Red+Green+Blue) = 117+140+236=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #758CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CEC is #8A7313. Grayscale: #8F8F8F. Windows color (decimal): -9073428 or 15502453. OLE color: 15502453.
HSL color Cylindrical-coordinate representation of color #758CEC: hue angle of 228.4º 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 #758CEC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 140 | 236 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.07 |
| HSL | 228.4º | 0.76% | 0.69% | - |
| HSV(B) | 228.4º | 0.5% | 0.93% | - |
| XYZ | 31.85 | 28.59 | 83.2 | - |
| YUV | 144.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 236 | 0.50 | 0.41 | 0 | 0.07 | 228.4 | 0.76 | 0.69 |
| Hex | 75 | 8C | EC | 32 | 29 | 0 | 7 | E4 | 4C | 45 |
| Octal | 165 | 214 | 354 | 62 | 51 | 0 | 7 | 344 | 114 | 105 |
| Binary | 1110101 | 10001100 | 11101100 | 110010 | 101001 | 0 | 111 | 11100100 | 1001100 | 1000101 |
Color Harmonies of #758CEC
Complementary color
Monochromatic Colors of #758CEC
Black with #758CEC
Text Example
Text Example
White with #758CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CEC; }
p { color: rgb(117,140,236); }
H1.HeaderClassName
{
color: #758CEC;
}
.AnyTagClassName
{
color: #758CEC;
}
</style>
background-color css
<style>
a { background-color: #758CEC; }
a { background-color: rgb(117,140,236); }
div.DivClassName
{
background-color: #758CEC;
}
.BgClassName
{
background-color: #758CEC;
}
</style>
border-color css
<style>
span { border-color: #758CEC; }
span { border-color: rgb(117,140,236); }
td.TdClassName
{
border-color: #758CEC;
}
.TagClassName
{
border-color: #758CEC;
}
</style>