Shades of Cornflower Blue #758DE1
Tints of Cornflower Blue #758DE1
RGB
CMYK
RGB Variations
Color information
#758DE1 (or 0x758DE1) is known color: Cornflower Blue. HEX triplet: 75, 8D and E1. RGB value is (117,141,225). Sum of RGB (Red+Green+Blue) = 117+141+225=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #758DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DE1 is #8A721E. Grayscale: #8F8F8F. Windows color (decimal): -9073183 or 14781813. OLE color: 14781813.
HSL color Cylindrical-coordinate representation of color #758DE1: hue angle of 226.67º 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 #758DE1 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 141 | 225 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.12 |
| HSL | 226.67º | 0.64% | 0.67% | - |
| HSV(B) | 226.67º | 0.48% | 0.88% | - |
| XYZ | 30.45 | 28.27 | 75.09 | - |
| YUV | 143.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 225 | 0.48 | 0.37 | 0 | 0.12 | 226.67 | 0.64 | 0.67 |
| Hex | 75 | 8D | E1 | 30 | 25 | 0 | C | E3 | 40 | 43 |
| Octal | 165 | 215 | 341 | 60 | 45 | 0 | 14 | 343 | 100 | 103 |
| Binary | 1110101 | 10001101 | 11100001 | 110000 | 100101 | 0 | 1100 | 11100011 | 1000000 | 1000011 |
Color Harmonies of #758DE1
Complementary color
Monochromatic Colors of #758DE1
Black with #758DE1
Text Example
Text Example
White with #758DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DE1; }
p { color: rgb(117,141,225); }
H1.HeaderClassName
{
color: #758DE1;
}
.AnyTagClassName
{
color: #758DE1;
}
</style>
background-color css
<style>
a { background-color: #758DE1; }
a { background-color: rgb(117,141,225); }
div.DivClassName
{
background-color: #758DE1;
}
.BgClassName
{
background-color: #758DE1;
}
</style>
border-color css
<style>
span { border-color: #758DE1; }
span { border-color: rgb(117,141,225); }
td.TdClassName
{
border-color: #758DE1;
}
.TagClassName
{
border-color: #758DE1;
}
</style>