Shades of Cornflower Blue #759DEA
Tints of Cornflower Blue #759DEA
RGB
CMYK
RGB Variations
Color information
#759DEA (or 0x759DEA) is known color: Cornflower Blue. HEX triplet: 75, 9D and EA. RGB value is (117,157,234). Sum of RGB (Red+Green+Blue) = 117+157+234=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #759DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DEA is #8A6215. Grayscale: #999999. Windows color (decimal): -9069078 or 15375733. OLE color: 15375733.
HSL color Cylindrical-coordinate representation of color #759DEA: hue angle of 219.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759DEA is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 157 | 234 | - |
| CMYK | 0.5 | 0.33 | 0 | 0.08 |
| HSL | 219.49º | 0.74% | 0.69% | - |
| HSV(B) | 219.49º | 0.5% | 0.92% | - |
| XYZ | 34.24 | 33.84 | 82.57 | - |
| YUV | 153.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 234 | 0.5 | 0.33 | 0 | 0.08 | 219.49 | 0.74 | 0.69 |
| Hex | 75 | 9D | EA | 32 | 21 | 0 | 8 | DB | 4A | 45 |
| Octal | 165 | 235 | 352 | 62 | 41 | 0 | 10 | 333 | 112 | 105 |
| Binary | 1110101 | 10011101 | 11101010 | 110010 | 100001 | 0 | 1000 | 11011011 | 1001010 | 1000101 |
Color Harmonies of #759DEA
Complementary color
Monochromatic Colors of #759DEA
Black with #759DEA
Text Example
Text Example
White with #759DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DEA; }
p { color: rgb(117,157,234); }
H1.HeaderClassName
{
color: #759DEA;
}
.AnyTagClassName
{
color: #759DEA;
}
</style>
background-color css
<style>
a { background-color: #759DEA; }
a { background-color: rgb(117,157,234); }
div.DivClassName
{
background-color: #759DEA;
}
.BgClassName
{
background-color: #759DEA;
}
</style>
border-color css
<style>
span { border-color: #759DEA; }
span { border-color: rgb(117,157,234); }
td.TdClassName
{
border-color: #759DEA;
}
.TagClassName
{
border-color: #759DEA;
}
</style>