Shades of Cornflower Blue #7585F1
Tints of Cornflower Blue #7585F1
RGB
CMYK
RGB Variations
Color information
#7585F1 (or 0x7585F1) is known color: Cornflower Blue. HEX triplet: 75, 85 and F1. RGB value is (117,133,241). Sum of RGB (Red+Green+Blue) = 117+133+241=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #7585F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585F1 is #8A7A0E. Grayscale: #8C8C8C. Windows color (decimal): -9075215 or 15828341. OLE color: 15828341.
HSL color Cylindrical-coordinate representation of color #7585F1: hue angle of 232.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7585F1 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 133 | 241 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.05 |
| HSL | 232.26º | 0.82% | 0.7% | - |
| HSV(B) | 232.26º | 0.51% | 0.95% | - |
| XYZ | 31.6 | 26.91 | 86.75 | - |
| YUV | 140.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 241 | 0.51 | 0.45 | 0 | 0.05 | 232.26 | 0.82 | 0.7 |
| Hex | 75 | 85 | F1 | 33 | 2D | 0 | 5 | E8 | 52 | 46 |
| Octal | 165 | 205 | 361 | 63 | 55 | 0 | 5 | 350 | 122 | 106 |
| Binary | 1110101 | 10000101 | 11110001 | 110011 | 101101 | 0 | 101 | 11101000 | 1010010 | 1000110 |
Color Harmonies of #7585F1
Complementary color
Monochromatic Colors of #7585F1
Black with #7585F1
Text Example
Text Example
White with #7585F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585F1; }
p { color: rgb(117,133,241); }
H1.HeaderClassName
{
color: #7585F1;
}
.AnyTagClassName
{
color: #7585F1;
}
</style>
background-color css
<style>
a { background-color: #7585F1; }
a { background-color: rgb(117,133,241); }
div.DivClassName
{
background-color: #7585F1;
}
.BgClassName
{
background-color: #7585F1;
}
</style>
border-color css
<style>
span { border-color: #7585F1; }
span { border-color: rgb(117,133,241); }
td.TdClassName
{
border-color: #7585F1;
}
.TagClassName
{
border-color: #7585F1;
}
</style>