Shades of Cornflower Blue #759DED
Tints of Cornflower Blue #759DED
RGB
CMYK
RGB Variations
Color information
#759DED (or 0x759DED) is known color: Cornflower Blue. HEX triplet: 75, 9D and ED. RGB value is (117,157,237). Sum of RGB (Red+Green+Blue) = 117+157+237=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #759DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DED is #8A6212. Grayscale: #999999. Windows color (decimal): -9069075 or 15572341. OLE color: 15572341.
HSL color Cylindrical-coordinate representation of color #759DED: hue angle of 220º 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 #759DED is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 157 | 237 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 220º | 0.77% | 0.69% | - |
| HSV(B) | 220º | 0.51% | 0.93% | - |
| XYZ | 34.68 | 34.01 | 84.86 | - |
| YUV | 154.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 237 | 0.51 | 0.34 | 0 | 0.07 | 220 | 0.77 | 0.69 |
| Hex | 75 | 9D | ED | 33 | 22 | 0 | 7 | DC | 4D | 45 |
| Octal | 165 | 235 | 355 | 63 | 42 | 0 | 7 | 334 | 115 | 105 |
| Binary | 1110101 | 10011101 | 11101101 | 110011 | 100010 | 0 | 111 | 11011100 | 1001101 | 1000101 |
Color Harmonies of #759DED
Complementary color
Monochromatic Colors of #759DED
Black with #759DED
Text Example
Text Example
White with #759DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DED; }
p { color: rgb(117,157,237); }
H1.HeaderClassName
{
color: #759DED;
}
.AnyTagClassName
{
color: #759DED;
}
</style>
background-color css
<style>
a { background-color: #759DED; }
a { background-color: rgb(117,157,237); }
div.DivClassName
{
background-color: #759DED;
}
.BgClassName
{
background-color: #759DED;
}
</style>
border-color css
<style>
span { border-color: #759DED; }
span { border-color: rgb(117,157,237); }
td.TdClassName
{
border-color: #759DED;
}
.TagClassName
{
border-color: #759DED;
}
</style>