Shades of Cornflower Blue #758EEF
Tints of Cornflower Blue #758EEF
RGB
CMYK
RGB Variations
Color information
#758EEF (or 0x758EEF) is known color: Cornflower Blue. HEX triplet: 75, 8E and EF. RGB value is (117,142,239). Sum of RGB (Red+Green+Blue) = 117+142+239=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #758EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EEF is #8A7110. Grayscale: #919191. Windows color (decimal): -9072913 or 15699573. OLE color: 15699573.
HSL color Cylindrical-coordinate representation of color #758EEF: hue angle of 227.7º 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 #758EEF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 142 | 239 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.06 |
| HSL | 227.7º | 0.79% | 0.7% | - |
| HSV(B) | 227.7º | 0.51% | 0.94% | - |
| XYZ | 32.59 | 29.36 | 85.61 | - |
| YUV | 145.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 239 | 0.51 | 0.41 | 0 | 0.06 | 227.7 | 0.79 | 0.7 |
| Hex | 75 | 8E | EF | 33 | 29 | 0 | 6 | E4 | 4F | 46 |
| Octal | 165 | 216 | 357 | 63 | 51 | 0 | 6 | 344 | 117 | 106 |
| Binary | 1110101 | 10001110 | 11101111 | 110011 | 101001 | 0 | 110 | 11100100 | 1001111 | 1000110 |
Color Harmonies of #758EEF
Complementary color
Monochromatic Colors of #758EEF
Black with #758EEF
Text Example
Text Example
White with #758EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EEF; }
p { color: rgb(117,142,239); }
H1.HeaderClassName
{
color: #758EEF;
}
.AnyTagClassName
{
color: #758EEF;
}
</style>
background-color css
<style>
a { background-color: #758EEF; }
a { background-color: rgb(117,142,239); }
div.DivClassName
{
background-color: #758EEF;
}
.BgClassName
{
background-color: #758EEF;
}
</style>
border-color css
<style>
span { border-color: #758EEF; }
span { border-color: rgb(117,142,239); }
td.TdClassName
{
border-color: #758EEF;
}
.TagClassName
{
border-color: #758EEF;
}
</style>