Shades of Cornflower Blue #7595DF
Tints of Cornflower Blue #7595DF
RGB
CMYK
RGB Variations
Color information
#7595DF (or 0x7595DF) is known color: Cornflower Blue. HEX triplet: 75, 95 and DF. RGB value is (117,149,223). Sum of RGB (Red+Green+Blue) = 117+149+223=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #7595DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595DF is #8A6A20. Grayscale: #939393. Windows color (decimal): -9071137 or 14652789. OLE color: 14652789.
HSL color Cylindrical-coordinate representation of color #7595DF: hue angle of 221.89º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7595DF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 149 | 223 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.13 |
| HSL | 221.89º | 0.62% | 0.67% | - |
| HSV(B) | 221.89º | 0.48% | 0.87% | - |
| XYZ | 31.4 | 30.6 | 74.06 | - |
| YUV | 147.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 223 | 0.48 | 0.33 | 0 | 0.13 | 221.89 | 0.62 | 0.67 |
| Hex | 75 | 95 | DF | 30 | 21 | 0 | D | DE | 3E | 43 |
| Octal | 165 | 225 | 337 | 60 | 41 | 0 | 15 | 336 | 76 | 103 |
| Binary | 1110101 | 10010101 | 11011111 | 110000 | 100001 | 0 | 1101 | 11011110 | 111110 | 1000011 |
Color Harmonies of #7595DF
Complementary color
Monochromatic Colors of #7595DF
Black with #7595DF
Text Example
Text Example
White with #7595DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595DF; }
p { color: rgb(117,149,223); }
H1.HeaderClassName
{
color: #7595DF;
}
.AnyTagClassName
{
color: #7595DF;
}
</style>
background-color css
<style>
a { background-color: #7595DF; }
a { background-color: rgb(117,149,223); }
div.DivClassName
{
background-color: #7595DF;
}
.BgClassName
{
background-color: #7595DF;
}
</style>
border-color css
<style>
span { border-color: #7595DF; }
span { border-color: rgb(117,149,223); }
td.TdClassName
{
border-color: #7595DF;
}
.TagClassName
{
border-color: #7595DF;
}
</style>