Shades of Cornflower Blue #759CE7
Tints of Cornflower Blue #759CE7
RGB
CMYK
RGB Variations
Color information
#759CE7 (or 0x759CE7) is known color: Cornflower Blue. HEX triplet: 75, 9C and E7. RGB value is (117,156,231). Sum of RGB (Red+Green+Blue) = 117+156+231=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #759CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CE7 is #8A6318. Grayscale: #989898. Windows color (decimal): -9069337 or 15178869. OLE color: 15178869.
HSL color Cylindrical-coordinate representation of color #759CE7: hue angle of 219.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #759CE7 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 156 | 231 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.09 |
| HSL | 219.47º | 0.7% | 0.68% | - |
| HSV(B) | 219.47º | 0.49% | 0.91% | - |
| XYZ | 33.65 | 33.33 | 80.26 | - |
| YUV | 152.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 231 | 0.49 | 0.32 | 0 | 0.09 | 219.47 | 0.7 | 0.68 |
| Hex | 75 | 9C | E7 | 31 | 20 | 0 | 9 | DB | 46 | 44 |
| Octal | 165 | 234 | 347 | 61 | 40 | 0 | 11 | 333 | 106 | 104 |
| Binary | 1110101 | 10011100 | 11100111 | 110001 | 100000 | 0 | 1001 | 11011011 | 1000110 | 1000100 |
Color Harmonies of #759CE7
Complementary color
Monochromatic Colors of #759CE7
Black with #759CE7
Text Example
Text Example
White with #759CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CE7; }
p { color: rgb(117,156,231); }
H1.HeaderClassName
{
color: #759CE7;
}
.AnyTagClassName
{
color: #759CE7;
}
</style>
background-color css
<style>
a { background-color: #759CE7; }
a { background-color: rgb(117,156,231); }
div.DivClassName
{
background-color: #759CE7;
}
.BgClassName
{
background-color: #759CE7;
}
</style>
border-color css
<style>
span { border-color: #759CE7; }
span { border-color: rgb(117,156,231); }
td.TdClassName
{
border-color: #759CE7;
}
.TagClassName
{
border-color: #759CE7;
}
</style>