Shades of Cornflower Blue #758CE2
Tints of Cornflower Blue #758CE2
RGB
CMYK
RGB Variations
Color information
#758CE2 (or 0x758CE2) is known color: Cornflower Blue. HEX triplet: 75, 8C and E2. RGB value is (117,140,226). Sum of RGB (Red+Green+Blue) = 117+140+226=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #758CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CE2 is #8A731D. Grayscale: #8E8E8E. Windows color (decimal): -9073438 or 14847093. OLE color: 14847093.
HSL color Cylindrical-coordinate representation of color #758CE2: hue angle of 227.34º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758CE2 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 140 | 226 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.11 |
| HSL | 227.34º | 0.65% | 0.67% | - |
| HSV(B) | 227.34º | 0.48% | 0.89% | - |
| XYZ | 30.44 | 28.03 | 75.76 | - |
| YUV | 142.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 226 | 0.48 | 0.38 | 0 | 0.11 | 227.34 | 0.65 | 0.67 |
| Hex | 75 | 8C | E2 | 30 | 26 | 0 | B | E3 | 41 | 43 |
| Octal | 165 | 214 | 342 | 60 | 46 | 0 | 13 | 343 | 101 | 103 |
| Binary | 1110101 | 10001100 | 11100010 | 110000 | 100110 | 0 | 1011 | 11100011 | 1000001 | 1000011 |
Color Harmonies of #758CE2
Complementary color
Monochromatic Colors of #758CE2
Black with #758CE2
Text Example
Text Example
White with #758CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CE2; }
p { color: rgb(117,140,226); }
H1.HeaderClassName
{
color: #758CE2;
}
.AnyTagClassName
{
color: #758CE2;
}
</style>
background-color css
<style>
a { background-color: #758CE2; }
a { background-color: rgb(117,140,226); }
div.DivClassName
{
background-color: #758CE2;
}
.BgClassName
{
background-color: #758CE2;
}
</style>
border-color css
<style>
span { border-color: #758CE2; }
span { border-color: rgb(117,140,226); }
td.TdClassName
{
border-color: #758CE2;
}
.TagClassName
{
border-color: #758CE2;
}
</style>