Shades of Cornflower Blue #758CE9
Tints of Cornflower Blue #758CE9
RGB
CMYK
RGB Variations
Color information
#758CE9 (or 0x758CE9) is known color: Cornflower Blue. HEX triplet: 75, 8C and E9. RGB value is (117,140,233). Sum of RGB (Red+Green+Blue) = 117+140+233=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #758CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CE9 is #8A7316. Grayscale: #8F8F8F. Windows color (decimal): -9073431 or 15305845. OLE color: 15305845.
HSL color Cylindrical-coordinate representation of color #758CE9: hue angle of 228.1º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758CE9 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 140 | 233 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.09 |
| HSL | 228.1º | 0.73% | 0.69% | - |
| HSV(B) | 228.1º | 0.5% | 0.91% | - |
| XYZ | 31.42 | 28.42 | 80.92 | - |
| YUV | 143.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 233 | 0.50 | 0.40 | 0 | 0.09 | 228.1 | 0.73 | 0.69 |
| Hex | 75 | 8C | E9 | 32 | 28 | 0 | 9 | E4 | 48 | 45 |
| Octal | 165 | 214 | 351 | 62 | 50 | 0 | 11 | 344 | 110 | 105 |
| Binary | 1110101 | 10001100 | 11101001 | 110010 | 101000 | 0 | 1001 | 11100100 | 1001000 | 1000101 |
Color Harmonies of #758CE9
Complementary color
Monochromatic Colors of #758CE9
Black with #758CE9
Text Example
Text Example
White with #758CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CE9; }
p { color: rgb(117,140,233); }
H1.HeaderClassName
{
color: #758CE9;
}
.AnyTagClassName
{
color: #758CE9;
}
</style>
background-color css
<style>
a { background-color: #758CE9; }
a { background-color: rgb(117,140,233); }
div.DivClassName
{
background-color: #758CE9;
}
.BgClassName
{
background-color: #758CE9;
}
</style>
border-color css
<style>
span { border-color: #758CE9; }
span { border-color: rgb(117,140,233); }
td.TdClassName
{
border-color: #758CE9;
}
.TagClassName
{
border-color: #758CE9;
}
</style>