Shades of Cornflower Blue #758CE1
Tints of Cornflower Blue #758CE1
RGB
CMYK
RGB Variations
Color information
#758CE1 (or 0x758CE1) is known color: Cornflower Blue. HEX triplet: 75, 8C and E1. RGB value is (117,140,225). Sum of RGB (Red+Green+Blue) = 117+140+225=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #758CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CE1 is #8A731E. Grayscale: #8E8E8E. Windows color (decimal): -9073439 or 14781557. OLE color: 14781557.
HSL color Cylindrical-coordinate representation of color #758CE1: hue angle of 227.22º degrees, saturation: 0.64, 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 #758CE1 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 140 | 225 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.12 |
| HSL | 227.22º | 0.64% | 0.67% | - |
| HSV(B) | 227.22º | 0.48% | 0.88% | - |
| XYZ | 30.3 | 27.97 | 75.04 | - |
| YUV | 142.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 225 | 0.48 | 0.38 | 0 | 0.12 | 227.22 | 0.64 | 0.67 |
| Hex | 75 | 8C | E1 | 30 | 26 | 0 | C | E3 | 40 | 43 |
| Octal | 165 | 214 | 341 | 60 | 46 | 0 | 14 | 343 | 100 | 103 |
| Binary | 1110101 | 10001100 | 11100001 | 110000 | 100110 | 0 | 1100 | 11100011 | 1000000 | 1000011 |
Color Harmonies of #758CE1
Complementary color
Monochromatic Colors of #758CE1
Black with #758CE1
Text Example
Text Example
White with #758CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CE1; }
p { color: rgb(117,140,225); }
H1.HeaderClassName
{
color: #758CE1;
}
.AnyTagClassName
{
color: #758CE1;
}
</style>
background-color css
<style>
a { background-color: #758CE1; }
a { background-color: rgb(117,140,225); }
div.DivClassName
{
background-color: #758CE1;
}
.BgClassName
{
background-color: #758CE1;
}
</style>
border-color css
<style>
span { border-color: #758CE1; }
span { border-color: rgb(117,140,225); }
td.TdClassName
{
border-color: #758CE1;
}
.TagClassName
{
border-color: #758CE1;
}
</style>