Shades of Cornflower Blue #759EEE
Tints of Cornflower Blue #759EEE
RGB
CMYK
RGB Variations
Color information
#759EEE (or 0x759EEE) is known color: Cornflower Blue. HEX triplet: 75, 9E and EE. RGB value is (117,158,238). Sum of RGB (Red+Green+Blue) = 117+158+238=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #759EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EEE is #8A6111. Grayscale: #9A9A9A. Windows color (decimal): -9068818 or 15638133. OLE color: 15638133.
HSL color Cylindrical-coordinate representation of color #759EEE: hue angle of 219.67º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759EEE is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 158 | 238 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 219.67º | 0.78% | 0.7% | - |
| HSV(B) | 219.67º | 0.51% | 0.93% | - |
| XYZ | 35 | 34.41 | 85.69 | - |
| YUV | 154.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 238 | 0.51 | 0.34 | 0 | 0.07 | 219.67 | 0.78 | 0.7 |
| Hex | 75 | 9E | EE | 33 | 22 | 0 | 7 | DC | 4E | 46 |
| Octal | 165 | 236 | 356 | 63 | 42 | 0 | 7 | 334 | 116 | 106 |
| Binary | 1110101 | 10011110 | 11101110 | 110011 | 100010 | 0 | 111 | 11011100 | 1001110 | 1000110 |
Color Harmonies of #759EEE
Complementary color
Monochromatic Colors of #759EEE
Black with #759EEE
Text Example
Text Example
White with #759EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EEE; }
p { color: rgb(117,158,238); }
H1.HeaderClassName
{
color: #759EEE;
}
.AnyTagClassName
{
color: #759EEE;
}
</style>
background-color css
<style>
a { background-color: #759EEE; }
a { background-color: rgb(117,158,238); }
div.DivClassName
{
background-color: #759EEE;
}
.BgClassName
{
background-color: #759EEE;
}
</style>
border-color css
<style>
span { border-color: #759EEE; }
span { border-color: rgb(117,158,238); }
td.TdClassName
{
border-color: #759EEE;
}
.TagClassName
{
border-color: #759EEE;
}
</style>