Shades of Cornflower Blue #7595FF
Tints of Cornflower Blue #7595FF
RGB
CMYK
RGB Variations
Color information
#7595FF (or 0x7595FF) is known color: Cornflower Blue. HEX triplet: 75, 95 and FF. RGB value is (117,149,255). Sum of RGB (Red+Green+Blue) = 117+149+255=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7595FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7595FF is #8A6A00. Grayscale: #979797. Windows color (decimal): -9071105 or 16749941. OLE color: 16749941.
HSL color Cylindrical-coordinate representation of color #7595FF: hue angle of 226.09º 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 #7595FF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 149 | 255 | - |
| CMYK | 0.54 | 0.42 | 0 | 0 |
| HSL | 226.09º | 1% | 0.73% | - |
| HSV(B) | 226.09º | 0.54% | 1% | - |
| XYZ | 36.13 | 32.5 | 98.98 | - |
| YUV | 151.52 | 186.4 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 255 | 0.54 | 0.42 | 0 | 0 | 226.09 | 1 | 0.73 |
| Hex | 75 | 95 | FF | 36 | 2A | 0 | 0 | E2 | 64 | 49 |
| Octal | 165 | 225 | 377 | 66 | 52 | 0 | 0 | 342 | 144 | 111 |
| Binary | 1110101 | 10010101 | 11111111 | 110110 | 101010 | 0 | 0 | 11100010 | 1100100 | 1001001 |
Color Harmonies of #7595FF
Complementary color
Monochromatic Colors of #7595FF
Black with #7595FF
Text Example
Text Example
White with #7595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595FF; }
p { color: rgb(117,149,255); }
H1.HeaderClassName
{
color: #7595FF;
}
.AnyTagClassName
{
color: #7595FF;
}
</style>
background-color css
<style>
a { background-color: #7595FF; }
a { background-color: rgb(117,149,255); }
div.DivClassName
{
background-color: #7595FF;
}
.BgClassName
{
background-color: #7595FF;
}
</style>
border-color css
<style>
span { border-color: #7595FF; }
span { border-color: rgb(117,149,255); }
td.TdClassName
{
border-color: #7595FF;
}
.TagClassName
{
border-color: #7595FF;
}
</style>