Shades of Cornflower Blue #7597DF
Tints of Cornflower Blue #7597DF
RGB
CMYK
RGB Variations
Color information
#7597DF (or 0x7597DF) is known color: Cornflower Blue. HEX triplet: 75, 97 and DF. RGB value is (117,151,223). Sum of RGB (Red+Green+Blue) = 117+151+223=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #7597DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597DF is #8A6820. Grayscale: #949494. Windows color (decimal): -9070625 or 14653301. OLE color: 14653301.
HSL color Cylindrical-coordinate representation of color #7597DF: hue angle of 220.75º 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 #7597DF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 151 | 223 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.13 |
| HSL | 220.75º | 0.62% | 0.67% | - |
| HSV(B) | 220.75º | 0.48% | 0.87% | - |
| XYZ | 31.72 | 31.24 | 74.17 | - |
| YUV | 149.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 223 | 0.48 | 0.32 | 0 | 0.13 | 220.75 | 0.62 | 0.67 |
| Hex | 75 | 97 | DF | 30 | 20 | 0 | D | DD | 3E | 43 |
| Octal | 165 | 227 | 337 | 60 | 40 | 0 | 15 | 335 | 76 | 103 |
| Binary | 1110101 | 10010111 | 11011111 | 110000 | 100000 | 0 | 1101 | 11011101 | 111110 | 1000011 |
Color Harmonies of #7597DF
Complementary color
Monochromatic Colors of #7597DF
Black with #7597DF
Text Example
Text Example
White with #7597DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7597DF; }
p { color: rgb(117,151,223); }
H1.HeaderClassName
{
color: #7597DF;
}
.AnyTagClassName
{
color: #7597DF;
}
</style>
background-color css
<style>
a { background-color: #7597DF; }
a { background-color: rgb(117,151,223); }
div.DivClassName
{
background-color: #7597DF;
}
.BgClassName
{
background-color: #7597DF;
}
</style>
border-color css
<style>
span { border-color: #7597DF; }
span { border-color: rgb(117,151,223); }
td.TdClassName
{
border-color: #7597DF;
}
.TagClassName
{
border-color: #7597DF;
}
</style>