Shades of Cornflower Blue #759EEF
Tints of Cornflower Blue #759EEF
RGB
CMYK
RGB Variations
Color information
#759EEF (or 0x759EEF) is known color: Cornflower Blue. HEX triplet: 75, 9E and EF. RGB value is (117,158,239). Sum of RGB (Red+Green+Blue) = 117+158+239=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #759EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EEF is #8A6110. Grayscale: #9A9A9A. Windows color (decimal): -9068817 or 15703669. OLE color: 15703669.
HSL color Cylindrical-coordinate representation of color #759EEF: hue angle of 219.84º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759EEF is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 158 | 239 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.06 |
| HSL | 219.84º | 0.79% | 0.7% | - |
| HSV(B) | 219.84º | 0.51% | 0.94% | - |
| XYZ | 35.14 | 34.47 | 86.46 | - |
| YUV | 154.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 239 | 0.51 | 0.34 | 0 | 0.06 | 219.84 | 0.79 | 0.7 |
| Hex | 75 | 9E | EF | 33 | 22 | 0 | 6 | DC | 4F | 46 |
| Octal | 165 | 236 | 357 | 63 | 42 | 0 | 6 | 334 | 117 | 106 |
| Binary | 1110101 | 10011110 | 11101111 | 110011 | 100010 | 0 | 110 | 11011100 | 1001111 | 1000110 |
Color Harmonies of #759EEF
Complementary color
Monochromatic Colors of #759EEF
Black with #759EEF
Text Example
Text Example
White with #759EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EEF; }
p { color: rgb(117,158,239); }
H1.HeaderClassName
{
color: #759EEF;
}
.AnyTagClassName
{
color: #759EEF;
}
</style>
background-color css
<style>
a { background-color: #759EEF; }
a { background-color: rgb(117,158,239); }
div.DivClassName
{
background-color: #759EEF;
}
.BgClassName
{
background-color: #759EEF;
}
</style>
border-color css
<style>
span { border-color: #759EEF; }
span { border-color: rgb(117,158,239); }
td.TdClassName
{
border-color: #759EEF;
}
.TagClassName
{
border-color: #759EEF;
}
</style>