Shades of Cornflower Blue #75A0FF
Tints of Cornflower Blue #75A0FF
RGB
CMYK
RGB Variations
Color information
#75A0FF (or 0x75A0FF) is known color: Cornflower Blue. HEX triplet: 75, A0 and FF. RGB value is (117,160,255). Sum of RGB (Red+Green+Blue) = 117+160+255=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #75A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0FF is #8A5F00. Grayscale: #9D9D9D. Windows color (decimal): -9068289 or 16752757. OLE color: 16752757.
HSL color Cylindrical-coordinate representation of color #75A0FF: hue angle of 221.3º 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 #75A0FF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 160 | 255 | - |
| CMYK | 0.54 | 0.37 | 0 | 0 |
| HSL | 221.3º | 1% | 0.73% | - |
| HSV(B) | 221.3º | 0.54% | 1% | - |
| XYZ | 37.96 | 36.14 | 99.58 | - |
| YUV | 157.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 255 | 0.54 | 0.37 | 0 | 0 | 221.3 | 1 | 0.73 |
| Hex | 75 | A0 | FF | 36 | 25 | 0 | 0 | DD | 64 | 49 |
| Octal | 165 | 240 | 377 | 66 | 45 | 0 | 0 | 335 | 144 | 111 |
| Binary | 1110101 | 10100000 | 11111111 | 110110 | 100101 | 0 | 0 | 11011101 | 1100100 | 1001001 |
Color Harmonies of #75A0FF
Complementary color
Monochromatic Colors of #75A0FF
Black with #75A0FF
Text Example
Text Example
White with #75A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0FF; }
p { color: rgb(117,160,255); }
H1.HeaderClassName
{
color: #75A0FF;
}
.AnyTagClassName
{
color: #75A0FF;
}
</style>
background-color css
<style>
a { background-color: #75A0FF; }
a { background-color: rgb(117,160,255); }
div.DivClassName
{
background-color: #75A0FF;
}
.BgClassName
{
background-color: #75A0FF;
}
</style>
border-color css
<style>
span { border-color: #75A0FF; }
span { border-color: rgb(117,160,255); }
td.TdClassName
{
border-color: #75A0FF;
}
.TagClassName
{
border-color: #75A0FF;
}
</style>