Shades of Cornflower Blue #759AFF
Tints of Cornflower Blue #759AFF
RGB
CMYK
RGB Variations
Color information
#759AFF (or 0x759AFF) is known color: Cornflower Blue. HEX triplet: 75, 9A and FF. RGB value is (117,154,255). Sum of RGB (Red+Green+Blue) = 117+154+255=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #759AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759AFF is #8A6500. Grayscale: #9A9A9A. Windows color (decimal): -9069825 or 16751221. OLE color: 16751221.
HSL color Cylindrical-coordinate representation of color #759AFF: hue angle of 223.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759AFF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 154 | 255 | - |
| CMYK | 0.54 | 0.40 | 0 | 0 |
| HSL | 223.91º | 1% | 0.73% | - |
| HSV(B) | 223.91º | 0.54% | 1% | - |
| XYZ | 36.94 | 34.11 | 99.25 | - |
| YUV | 154.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 255 | 0.54 | 0.40 | 0 | 0 | 223.91 | 1 | 0.73 |
| Hex | 75 | 9A | FF | 36 | 28 | 0 | 0 | E0 | 64 | 49 |
| Octal | 165 | 232 | 377 | 66 | 50 | 0 | 0 | 340 | 144 | 111 |
| Binary | 1110101 | 10011010 | 11111111 | 110110 | 101000 | 0 | 0 | 11100000 | 1100100 | 1001001 |
Color Harmonies of #759AFF
Complementary color
Monochromatic Colors of #759AFF
Black with #759AFF
Text Example
Text Example
White with #759AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759AFF; }
p { color: rgb(117,154,255); }
H1.HeaderClassName
{
color: #759AFF;
}
.AnyTagClassName
{
color: #759AFF;
}
</style>
background-color css
<style>
a { background-color: #759AFF; }
a { background-color: rgb(117,154,255); }
div.DivClassName
{
background-color: #759AFF;
}
.BgClassName
{
background-color: #759AFF;
}
</style>
border-color css
<style>
span { border-color: #759AFF; }
span { border-color: rgb(117,154,255); }
td.TdClassName
{
border-color: #759AFF;
}
.TagClassName
{
border-color: #759AFF;
}
</style>