Shades of Cornflower Blue #758BE1
Tints of Cornflower Blue #758BE1
RGB
CMYK
RGB Variations
Color information
#758BE1 (or 0x758BE1) is known color: Cornflower Blue. HEX triplet: 75, 8B and E1. RGB value is (117,139,225). Sum of RGB (Red+Green+Blue) = 117+139+225=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #758BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BE1 is #8A741E. Grayscale: #8D8D8D. Windows color (decimal): -9073695 or 14781301. OLE color: 14781301.
HSL color Cylindrical-coordinate representation of color #758BE1: hue angle of 227.78º 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 #758BE1 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 139 | 225 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.12 |
| HSL | 227.78º | 0.64% | 0.67% | - |
| HSV(B) | 227.78º | 0.48% | 0.88% | - |
| XYZ | 30.16 | 27.68 | 74.99 | - |
| YUV | 142.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 225 | 0.48 | 0.38 | 0 | 0.12 | 227.78 | 0.64 | 0.67 |
| Hex | 75 | 8B | E1 | 30 | 26 | 0 | C | E4 | 40 | 43 |
| Octal | 165 | 213 | 341 | 60 | 46 | 0 | 14 | 344 | 100 | 103 |
| Binary | 1110101 | 10001011 | 11100001 | 110000 | 100110 | 0 | 1100 | 11100100 | 1000000 | 1000011 |
Color Harmonies of #758BE1
Complementary color
Monochromatic Colors of #758BE1
Black with #758BE1
Text Example
Text Example
White with #758BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BE1; }
p { color: rgb(117,139,225); }
H1.HeaderClassName
{
color: #758BE1;
}
.AnyTagClassName
{
color: #758BE1;
}
</style>
background-color css
<style>
a { background-color: #758BE1; }
a { background-color: rgb(117,139,225); }
div.DivClassName
{
background-color: #758BE1;
}
.BgClassName
{
background-color: #758BE1;
}
</style>
border-color css
<style>
span { border-color: #758BE1; }
span { border-color: rgb(117,139,225); }
td.TdClassName
{
border-color: #758BE1;
}
.TagClassName
{
border-color: #758BE1;
}
</style>