Shades of Cornflower Blue #7590FF
Tints of Cornflower Blue #7590FF
RGB
CMYK
RGB Variations
Color information
#7590FF (or 0x7590FF) is known color: Cornflower Blue. HEX triplet: 75, 90 and FF. RGB value is (117,144,255). Sum of RGB (Red+Green+Blue) = 117+144+255=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #7590FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7590FF is #8A6F00. Grayscale: #949494. Windows color (decimal): -9072385 or 16748661. OLE color: 16748661.
HSL color Cylindrical-coordinate representation of color #7590FF: hue angle of 228.26º 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 #7590FF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 144 | 255 | - |
| CMYK | 0.54 | 0.44 | 0 | 0 |
| HSL | 228.26º | 1% | 0.73% | - |
| HSV(B) | 228.26º | 0.54% | 1% | - |
| XYZ | 35.36 | 30.95 | 98.72 | - |
| YUV | 148.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 255 | 0.54 | 0.44 | 0 | 0 | 228.26 | 1 | 0.73 |
| Hex | 75 | 90 | FF | 36 | 2C | 0 | 0 | E4 | 64 | 49 |
| Octal | 165 | 220 | 377 | 66 | 54 | 0 | 0 | 344 | 144 | 111 |
| Binary | 1110101 | 10010000 | 11111111 | 110110 | 101100 | 0 | 0 | 11100100 | 1100100 | 1001001 |
Color Harmonies of #7590FF
Complementary color
Monochromatic Colors of #7590FF
Black with #7590FF
Text Example
Text Example
White with #7590FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7590FF; }
p { color: rgb(117,144,255); }
H1.HeaderClassName
{
color: #7590FF;
}
.AnyTagClassName
{
color: #7590FF;
}
</style>
background-color css
<style>
a { background-color: #7590FF; }
a { background-color: rgb(117,144,255); }
div.DivClassName
{
background-color: #7590FF;
}
.BgClassName
{
background-color: #7590FF;
}
</style>
border-color css
<style>
span { border-color: #7590FF; }
span { border-color: rgb(117,144,255); }
td.TdClassName
{
border-color: #7590FF;
}
.TagClassName
{
border-color: #7590FF;
}
</style>