Shades of Cornflower Blue #758BEC
Tints of Cornflower Blue #758BEC
RGB
CMYK
RGB Variations
Color information
#758BEC (or 0x758BEC) is known color: Cornflower Blue. HEX triplet: 75, 8B and EC. RGB value is (117,139,236). Sum of RGB (Red+Green+Blue) = 117+139+236=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #758BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BEC is #8A7413. Grayscale: #8F8F8F. Windows color (decimal): -9073684 or 15502197. OLE color: 15502197.
HSL color Cylindrical-coordinate representation of color #758BEC: hue angle of 228.91º 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 #758BEC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 139 | 236 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.07 |
| HSL | 228.91º | 0.76% | 0.69% | - |
| HSV(B) | 228.91º | 0.5% | 0.93% | - |
| XYZ | 31.71 | 28.3 | 83.15 | - |
| YUV | 143.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 236 | 0.50 | 0.41 | 0 | 0.07 | 228.91 | 0.76 | 0.69 |
| Hex | 75 | 8B | EC | 32 | 29 | 0 | 7 | E5 | 4C | 45 |
| Octal | 165 | 213 | 354 | 62 | 51 | 0 | 7 | 345 | 114 | 105 |
| Binary | 1110101 | 10001011 | 11101100 | 110010 | 101001 | 0 | 111 | 11100101 | 1001100 | 1000101 |
Color Harmonies of #758BEC
Complementary color
Monochromatic Colors of #758BEC
Black with #758BEC
Text Example
Text Example
White with #758BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BEC; }
p { color: rgb(117,139,236); }
H1.HeaderClassName
{
color: #758BEC;
}
.AnyTagClassName
{
color: #758BEC;
}
</style>
background-color css
<style>
a { background-color: #758BEC; }
a { background-color: rgb(117,139,236); }
div.DivClassName
{
background-color: #758BEC;
}
.BgClassName
{
background-color: #758BEC;
}
</style>
border-color css
<style>
span { border-color: #758BEC; }
span { border-color: rgb(117,139,236); }
td.TdClassName
{
border-color: #758BEC;
}
.TagClassName
{
border-color: #758BEC;
}
</style>