Shades of Cornflower Blue #758DEE
Tints of Cornflower Blue #758DEE
RGB
CMYK
RGB Variations
Color information
#758DEE (or 0x758DEE) is known color: Cornflower Blue. HEX triplet: 75, 8D and EE. RGB value is (117,141,238). Sum of RGB (Red+Green+Blue) = 117+141+238=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #758DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DEE is #8A7211. Grayscale: #909090. Windows color (decimal): -9073170 or 15633781. OLE color: 15633781.
HSL color Cylindrical-coordinate representation of color #758DEE: hue angle of 228.1º 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 #758DEE is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 141 | 238 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 228.1º | 0.78% | 0.7% | - |
| HSV(B) | 228.1º | 0.51% | 0.93% | - |
| XYZ | 32.29 | 29 | 84.79 | - |
| YUV | 144.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 238 | 0.51 | 0.41 | 0 | 0.07 | 228.1 | 0.78 | 0.7 |
| Hex | 75 | 8D | EE | 33 | 29 | 0 | 7 | E4 | 4E | 46 |
| Octal | 165 | 215 | 356 | 63 | 51 | 0 | 7 | 344 | 116 | 106 |
| Binary | 1110101 | 10001101 | 11101110 | 110011 | 101001 | 0 | 111 | 11100100 | 1001110 | 1000110 |
Color Harmonies of #758DEE
Complementary color
Monochromatic Colors of #758DEE
Black with #758DEE
Text Example
Text Example
White with #758DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DEE; }
p { color: rgb(117,141,238); }
H1.HeaderClassName
{
color: #758DEE;
}
.AnyTagClassName
{
color: #758DEE;
}
</style>
background-color css
<style>
a { background-color: #758DEE; }
a { background-color: rgb(117,141,238); }
div.DivClassName
{
background-color: #758DEE;
}
.BgClassName
{
background-color: #758DEE;
}
</style>
border-color css
<style>
span { border-color: #758DEE; }
span { border-color: rgb(117,141,238); }
td.TdClassName
{
border-color: #758DEE;
}
.TagClassName
{
border-color: #758DEE;
}
</style>