Shades of Cornflower Blue #759CEF
Tints of Cornflower Blue #759CEF
RGB
CMYK
RGB Variations
Color information
#759CEF (or 0x759CEF) is known color: Cornflower Blue. HEX triplet: 75, 9C and EF. RGB value is (117,156,239). Sum of RGB (Red+Green+Blue) = 117+156+239=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #759CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CEF is #8A6310. Grayscale: #999999. Windows color (decimal): -9069329 or 15703157. OLE color: 15703157.
HSL color Cylindrical-coordinate representation of color #759CEF: hue angle of 220.82º 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 #759CEF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 156 | 239 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.06 |
| HSL | 220.82º | 0.79% | 0.7% | - |
| HSV(B) | 220.82º | 0.51% | 0.94% | - |
| XYZ | 34.8 | 33.79 | 86.35 | - |
| YUV | 153.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 239 | 0.51 | 0.35 | 0 | 0.06 | 220.82 | 0.79 | 0.7 |
| Hex | 75 | 9C | EF | 33 | 23 | 0 | 6 | DD | 4F | 46 |
| Octal | 165 | 234 | 357 | 63 | 43 | 0 | 6 | 335 | 117 | 106 |
| Binary | 1110101 | 10011100 | 11101111 | 110011 | 100011 | 0 | 110 | 11011101 | 1001111 | 1000110 |
Color Harmonies of #759CEF
Complementary color
Monochromatic Colors of #759CEF
Black with #759CEF
Text Example
Text Example
White with #759CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CEF; }
p { color: rgb(117,156,239); }
H1.HeaderClassName
{
color: #759CEF;
}
.AnyTagClassName
{
color: #759CEF;
}
</style>
background-color css
<style>
a { background-color: #759CEF; }
a { background-color: rgb(117,156,239); }
div.DivClassName
{
background-color: #759CEF;
}
.BgClassName
{
background-color: #759CEF;
}
</style>
border-color css
<style>
span { border-color: #759CEF; }
span { border-color: rgb(117,156,239); }
td.TdClassName
{
border-color: #759CEF;
}
.TagClassName
{
border-color: #759CEF;
}
</style>