Shades of Cornflower Blue #759FF1
Tints of Cornflower Blue #759FF1
RGB
CMYK
RGB Variations
Color information
#759FF1 (or 0x759FF1) is known color: Cornflower Blue. HEX triplet: 75, 9F and F1. RGB value is (117,159,241). Sum of RGB (Red+Green+Blue) = 117+159+241=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #759FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FF1 is #8A600E. Grayscale: #9B9B9B. Windows color (decimal): -9068559 or 15834997. OLE color: 15834997.
HSL color Cylindrical-coordinate representation of color #759FF1: hue angle of 219.68º 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 #759FF1 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 159 | 241 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.05 |
| HSL | 219.68º | 0.82% | 0.7% | - |
| HSV(B) | 219.68º | 0.51% | 0.95% | - |
| XYZ | 35.61 | 34.93 | 88.08 | - |
| YUV | 155.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 241 | 0.51 | 0.34 | 0 | 0.05 | 219.68 | 0.82 | 0.7 |
| Hex | 75 | 9F | F1 | 33 | 22 | 0 | 5 | DC | 52 | 46 |
| Octal | 165 | 237 | 361 | 63 | 42 | 0 | 5 | 334 | 122 | 106 |
| Binary | 1110101 | 10011111 | 11110001 | 110011 | 100010 | 0 | 101 | 11011100 | 1010010 | 1000110 |
Color Harmonies of #759FF1
Complementary color
Monochromatic Colors of #759FF1
Black with #759FF1
Text Example
Text Example
White with #759FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FF1; }
p { color: rgb(117,159,241); }
H1.HeaderClassName
{
color: #759FF1;
}
.AnyTagClassName
{
color: #759FF1;
}
</style>
background-color css
<style>
a { background-color: #759FF1; }
a { background-color: rgb(117,159,241); }
div.DivClassName
{
background-color: #759FF1;
}
.BgClassName
{
background-color: #759FF1;
}
</style>
border-color css
<style>
span { border-color: #759FF1; }
span { border-color: rgb(117,159,241); }
td.TdClassName
{
border-color: #759FF1;
}
.TagClassName
{
border-color: #759FF1;
}
</style>