Shades of Cornflower Blue #759CED
Tints of Cornflower Blue #759CED
RGB
CMYK
RGB Variations
Color information
#759CED (or 0x759CED) is known color: Cornflower Blue. HEX triplet: 75, 9C and ED. RGB value is (117,156,237). Sum of RGB (Red+Green+Blue) = 117+156+237=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #759CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CED is #8A6312. Grayscale: #999999. Windows color (decimal): -9069331 or 15572085. OLE color: 15572085.
HSL color Cylindrical-coordinate representation of color #759CED: hue angle of 220.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759CED is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 156 | 237 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 220.5º | 0.77% | 0.69% | - |
| HSV(B) | 220.5º | 0.51% | 0.93% | - |
| XYZ | 34.51 | 33.67 | 84.8 | - |
| YUV | 153.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 237 | 0.51 | 0.34 | 0 | 0.07 | 220.5 | 0.77 | 0.69 |
| Hex | 75 | 9C | ED | 33 | 22 | 0 | 7 | DC | 4D | 45 |
| Octal | 165 | 234 | 355 | 63 | 42 | 0 | 7 | 334 | 115 | 105 |
| Binary | 1110101 | 10011100 | 11101101 | 110011 | 100010 | 0 | 111 | 11011100 | 1001101 | 1000101 |
Color Harmonies of #759CED
Complementary color
Monochromatic Colors of #759CED
Black with #759CED
Text Example
Text Example
White with #759CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CED; }
p { color: rgb(117,156,237); }
H1.HeaderClassName
{
color: #759CED;
}
.AnyTagClassName
{
color: #759CED;
}
</style>
background-color css
<style>
a { background-color: #759CED; }
a { background-color: rgb(117,156,237); }
div.DivClassName
{
background-color: #759CED;
}
.BgClassName
{
background-color: #759CED;
}
</style>
border-color css
<style>
span { border-color: #759CED; }
span { border-color: rgb(117,156,237); }
td.TdClassName
{
border-color: #759CED;
}
.TagClassName
{
border-color: #759CED;
}
</style>