Shades of Cornflower Blue #758BEB
Tints of Cornflower Blue #758BEB
RGB
CMYK
RGB Variations
Color information
#758BEB (or 0x758BEB) is known color: Cornflower Blue. HEX triplet: 75, 8B and EB. RGB value is (117,139,235). Sum of RGB (Red+Green+Blue) = 117+139+235=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #758BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BEB is #8A7414. Grayscale: #8E8E8E. Windows color (decimal): -9073685 or 15436661. OLE color: 15436661.
HSL color Cylindrical-coordinate representation of color #758BEB: hue angle of 228.81º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758BEB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 139 | 235 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.08 |
| HSL | 228.81º | 0.75% | 0.69% | - |
| HSV(B) | 228.81º | 0.5% | 0.92% | - |
| XYZ | 31.56 | 28.25 | 82.39 | - |
| YUV | 143.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 235 | 0.50 | 0.41 | 0 | 0.08 | 228.81 | 0.75 | 0.69 |
| Hex | 75 | 8B | EB | 32 | 29 | 0 | 8 | E5 | 4B | 45 |
| Octal | 165 | 213 | 353 | 62 | 51 | 0 | 10 | 345 | 113 | 105 |
| Binary | 1110101 | 10001011 | 11101011 | 110010 | 101001 | 0 | 1000 | 11100101 | 1001011 | 1000101 |
Color Harmonies of #758BEB
Complementary color
Monochromatic Colors of #758BEB
Black with #758BEB
Text Example
Text Example
White with #758BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BEB; }
p { color: rgb(117,139,235); }
H1.HeaderClassName
{
color: #758BEB;
}
.AnyTagClassName
{
color: #758BEB;
}
</style>
background-color css
<style>
a { background-color: #758BEB; }
a { background-color: rgb(117,139,235); }
div.DivClassName
{
background-color: #758BEB;
}
.BgClassName
{
background-color: #758BEB;
}
</style>
border-color css
<style>
span { border-color: #758BEB; }
span { border-color: rgb(117,139,235); }
td.TdClassName
{
border-color: #758BEB;
}
.TagClassName
{
border-color: #758BEB;
}
</style>