Shades of Cornflower Blue #7587FF
Tints of Cornflower Blue #7587FF
RGB
CMYK
RGB Variations
Color information
#7587FF (or 0x7587FF) is known color: Cornflower Blue. HEX triplet: 75, 87 and FF. RGB value is (117,135,255). Sum of RGB (Red+Green+Blue) = 117+135+255=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #7587FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7587FF is #8A7800. Grayscale: #8E8E8E. Windows color (decimal): -9074689 or 16746357. OLE color: 16746357.
HSL color Cylindrical-coordinate representation of color #7587FF: hue angle of 232.17º 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 #7587FF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 135 | 255 | - |
| CMYK | 0.54 | 0.47 | 0 | 0 |
| HSL | 232.17º | 1% | 0.73% | - |
| HSV(B) | 232.17º | 0.54% | 1% | - |
| XYZ | 34.05 | 28.33 | 98.28 | - |
| YUV | 143.3 | 191.04 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 255 | 0.54 | 0.47 | 0 | 0 | 232.17 | 1 | 0.73 |
| Hex | 75 | 87 | FF | 36 | 2F | 0 | 0 | E8 | 64 | 49 |
| Octal | 165 | 207 | 377 | 66 | 57 | 0 | 0 | 350 | 144 | 111 |
| Binary | 1110101 | 10000111 | 11111111 | 110110 | 101111 | 0 | 0 | 11101000 | 1100100 | 1001001 |
Color Harmonies of #7587FF
Complementary color
Monochromatic Colors of #7587FF
Black with #7587FF
Text Example
Text Example
White with #7587FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7587FF; }
p { color: rgb(117,135,255); }
H1.HeaderClassName
{
color: #7587FF;
}
.AnyTagClassName
{
color: #7587FF;
}
</style>
background-color css
<style>
a { background-color: #7587FF; }
a { background-color: rgb(117,135,255); }
div.DivClassName
{
background-color: #7587FF;
}
.BgClassName
{
background-color: #7587FF;
}
</style>
border-color css
<style>
span { border-color: #7587FF; }
span { border-color: rgb(117,135,255); }
td.TdClassName
{
border-color: #7587FF;
}
.TagClassName
{
border-color: #7587FF;
}
</style>