Shades of Cornflower Blue #758CEE
Tints of Cornflower Blue #758CEE
RGB
CMYK
RGB Variations
Color information
#758CEE (or 0x758CEE) is known color: Cornflower Blue. HEX triplet: 75, 8C and EE. RGB value is (117,140,238). Sum of RGB (Red+Green+Blue) = 117+140+238=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #758CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CEE is #8A7311. Grayscale: #8F8F8F. Windows color (decimal): -9073426 or 15633525. OLE color: 15633525.
HSL color Cylindrical-coordinate representation of color #758CEE: hue angle of 228.6º 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 #758CEE is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 140 | 238 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 228.6º | 0.78% | 0.7% | - |
| HSV(B) | 228.6º | 0.51% | 0.93% | - |
| XYZ | 32.15 | 28.71 | 84.74 | - |
| YUV | 144.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 238 | 0.51 | 0.41 | 0 | 0.07 | 228.6 | 0.78 | 0.7 |
| Hex | 75 | 8C | EE | 33 | 29 | 0 | 7 | E5 | 4E | 46 |
| Octal | 165 | 214 | 356 | 63 | 51 | 0 | 7 | 345 | 116 | 106 |
| Binary | 1110101 | 10001100 | 11101110 | 110011 | 101001 | 0 | 111 | 11100101 | 1001110 | 1000110 |
Color Harmonies of #758CEE
Complementary color
Monochromatic Colors of #758CEE
Black with #758CEE
Text Example
Text Example
White with #758CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CEE; }
p { color: rgb(117,140,238); }
H1.HeaderClassName
{
color: #758CEE;
}
.AnyTagClassName
{
color: #758CEE;
}
</style>
background-color css
<style>
a { background-color: #758CEE; }
a { background-color: rgb(117,140,238); }
div.DivClassName
{
background-color: #758CEE;
}
.BgClassName
{
background-color: #758CEE;
}
</style>
border-color css
<style>
span { border-color: #758CEE; }
span { border-color: rgb(117,140,238); }
td.TdClassName
{
border-color: #758CEE;
}
.TagClassName
{
border-color: #758CEE;
}
</style>