Shades of Cornflower Blue #7595ED
Tints of Cornflower Blue #7595ED
RGB
CMYK
RGB Variations
Color information
#7595ED (or 0x7595ED) is known color: Cornflower Blue. HEX triplet: 75, 95 and ED. RGB value is (117,149,237). Sum of RGB (Red+Green+Blue) = 117+149+237=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #7595ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7595ED is #8A6A12. Grayscale: #959595. Windows color (decimal): -9071123 or 15570293. OLE color: 15570293.
HSL color Cylindrical-coordinate representation of color #7595ED: hue angle of 224º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7595ED is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 149 | 237 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.07 |
| HSL | 224º | 0.77% | 0.69% | - |
| HSV(B) | 224º | 0.51% | 0.93% | - |
| XYZ | 33.37 | 31.39 | 84.42 | - |
| YUV | 149.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 237 | 0.51 | 0.37 | 0 | 0.07 | 224 | 0.77 | 0.69 |
| Hex | 75 | 95 | ED | 33 | 25 | 0 | 7 | E0 | 4D | 45 |
| Octal | 165 | 225 | 355 | 63 | 45 | 0 | 7 | 340 | 115 | 105 |
| Binary | 1110101 | 10010101 | 11101101 | 110011 | 100101 | 0 | 111 | 11100000 | 1001101 | 1000101 |
Color Harmonies of #7595ED
Complementary color
Monochromatic Colors of #7595ED
Black with #7595ED
Text Example
Text Example
White with #7595ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595ED; }
p { color: rgb(117,149,237); }
H1.HeaderClassName
{
color: #7595ED;
}
.AnyTagClassName
{
color: #7595ED;
}
</style>
background-color css
<style>
a { background-color: #7595ED; }
a { background-color: rgb(117,149,237); }
div.DivClassName
{
background-color: #7595ED;
}
.BgClassName
{
background-color: #7595ED;
}
</style>
border-color css
<style>
span { border-color: #7595ED; }
span { border-color: rgb(117,149,237); }
td.TdClassName
{
border-color: #7595ED;
}
.TagClassName
{
border-color: #7595ED;
}
</style>