Shades of Cornflower Blue #758CE0
Tints of Cornflower Blue #758CE0
RGB
CMYK
RGB Variations
Color information
#758CE0 (or 0x758CE0) is known color: Cornflower Blue. HEX triplet: 75, 8C and E0. RGB value is (117,140,224). Sum of RGB (Red+Green+Blue) = 117+140+224=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #758CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CE0 is #8A731F. Grayscale: #8E8E8E. Windows color (decimal): -9073440 or 14716021. OLE color: 14716021.
HSL color Cylindrical-coordinate representation of color #758CE0: hue angle of 227.1º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758CE0 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 140 | 224 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.12 |
| HSL | 227.1º | 0.63% | 0.67% | - |
| HSV(B) | 227.1º | 0.48% | 0.88% | - |
| XYZ | 30.17 | 27.92 | 74.32 | - |
| YUV | 142.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 224 | 0.48 | 0.38 | 0 | 0.12 | 227.1 | 0.63 | 0.67 |
| Hex | 75 | 8C | E0 | 30 | 26 | 0 | C | E3 | 3F | 43 |
| Octal | 165 | 214 | 340 | 60 | 46 | 0 | 14 | 343 | 77 | 103 |
| Binary | 1110101 | 10001100 | 11100000 | 110000 | 100110 | 0 | 1100 | 11100011 | 111111 | 1000011 |
Color Harmonies of #758CE0
Complementary color
Monochromatic Colors of #758CE0
Black with #758CE0
Text Example
Text Example
White with #758CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CE0; }
p { color: rgb(117,140,224); }
H1.HeaderClassName
{
color: #758CE0;
}
.AnyTagClassName
{
color: #758CE0;
}
</style>
background-color css
<style>
a { background-color: #758CE0; }
a { background-color: rgb(117,140,224); }
div.DivClassName
{
background-color: #758CE0;
}
.BgClassName
{
background-color: #758CE0;
}
</style>
border-color css
<style>
span { border-color: #758CE0; }
span { border-color: rgb(117,140,224); }
td.TdClassName
{
border-color: #758CE0;
}
.TagClassName
{
border-color: #758CE0;
}
</style>