Shades of Cornflower Blue #759EEB
Tints of Cornflower Blue #759EEB
RGB
CMYK
RGB Variations
Color information
#759EEB (or 0x759EEB) is known color: Cornflower Blue. HEX triplet: 75, 9E and EB. RGB value is (117,158,235). Sum of RGB (Red+Green+Blue) = 117+158+235=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #759EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EEB is #8A6114. Grayscale: #9A9A9A. Windows color (decimal): -9068821 or 15441525. OLE color: 15441525.
HSL color Cylindrical-coordinate representation of color #759EEB: hue angle of 219.15º 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 #759EEB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 158 | 235 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.08 |
| HSL | 219.15º | 0.75% | 0.69% | - |
| HSV(B) | 219.15º | 0.5% | 0.92% | - |
| XYZ | 34.56 | 34.23 | 83.38 | - |
| YUV | 154.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 235 | 0.50 | 0.33 | 0 | 0.08 | 219.15 | 0.75 | 0.69 |
| Hex | 75 | 9E | EB | 32 | 21 | 0 | 8 | DB | 4B | 45 |
| Octal | 165 | 236 | 353 | 62 | 41 | 0 | 10 | 333 | 113 | 105 |
| Binary | 1110101 | 10011110 | 11101011 | 110010 | 100001 | 0 | 1000 | 11011011 | 1001011 | 1000101 |
Color Harmonies of #759EEB
Complementary color
Monochromatic Colors of #759EEB
Black with #759EEB
Text Example
Text Example
White with #759EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EEB; }
p { color: rgb(117,158,235); }
H1.HeaderClassName
{
color: #759EEB;
}
.AnyTagClassName
{
color: #759EEB;
}
</style>
background-color css
<style>
a { background-color: #759EEB; }
a { background-color: rgb(117,158,235); }
div.DivClassName
{
background-color: #759EEB;
}
.BgClassName
{
background-color: #759EEB;
}
</style>
border-color css
<style>
span { border-color: #759EEB; }
span { border-color: rgb(117,158,235); }
td.TdClassName
{
border-color: #759EEB;
}
.TagClassName
{
border-color: #759EEB;
}
</style>