Shades of Cornflower Blue #759FED
Tints of Cornflower Blue #759FED
RGB
CMYK
RGB Variations
Color information
#759FED (or 0x759FED) is known color: Cornflower Blue. HEX triplet: 75, 9F and ED. RGB value is (117,159,237). Sum of RGB (Red+Green+Blue) = 117+159+237=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #759FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FED is #8A6012. Grayscale: #9A9A9A. Windows color (decimal): -9068563 or 15572853. OLE color: 15572853.
HSL color Cylindrical-coordinate representation of color #759FED: hue angle of 219º 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 #759FED is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 159 | 237 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.07 |
| HSL | 219º | 0.77% | 0.69% | - |
| HSV(B) | 219º | 0.51% | 0.93% | - |
| XYZ | 35.02 | 34.69 | 84.97 | - |
| YUV | 155.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 237 | 0.51 | 0.33 | 0 | 0.07 | 219 | 0.77 | 0.69 |
| Hex | 75 | 9F | ED | 33 | 21 | 0 | 7 | DB | 4D | 45 |
| Octal | 165 | 237 | 355 | 63 | 41 | 0 | 7 | 333 | 115 | 105 |
| Binary | 1110101 | 10011111 | 11101101 | 110011 | 100001 | 0 | 111 | 11011011 | 1001101 | 1000101 |
Color Harmonies of #759FED
Complementary color
Monochromatic Colors of #759FED
Black with #759FED
Text Example
Text Example
White with #759FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FED; }
p { color: rgb(117,159,237); }
H1.HeaderClassName
{
color: #759FED;
}
.AnyTagClassName
{
color: #759FED;
}
</style>
background-color css
<style>
a { background-color: #759FED; }
a { background-color: rgb(117,159,237); }
div.DivClassName
{
background-color: #759FED;
}
.BgClassName
{
background-color: #759FED;
}
</style>
border-color css
<style>
span { border-color: #759FED; }
span { border-color: rgb(117,159,237); }
td.TdClassName
{
border-color: #759FED;
}
.TagClassName
{
border-color: #759FED;
}
</style>