Shades of Cornflower Blue #759FF2
Tints of Cornflower Blue #759FF2
RGB
CMYK
RGB Variations
Color information
#759FF2 (or 0x759FF2) is known color: Cornflower Blue. HEX triplet: 75, 9F and F2. RGB value is (117,159,242). Sum of RGB (Red+Green+Blue) = 117+159+242=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #759FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FF2 is #8A600D. Grayscale: #9B9B9B. Windows color (decimal): -9068558 or 15900533. OLE color: 15900533.
HSL color Cylindrical-coordinate representation of color #759FF2: hue angle of 219.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759FF2 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 159 | 242 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.05 |
| HSL | 219.84º | 0.83% | 0.7% | - |
| HSV(B) | 219.84º | 0.52% | 0.95% | - |
| XYZ | 35.76 | 34.99 | 88.87 | - |
| YUV | 155.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 242 | 0.52 | 0.34 | 0 | 0.05 | 219.84 | 0.83 | 0.7 |
| Hex | 75 | 9F | F2 | 34 | 22 | 0 | 5 | DC | 53 | 46 |
| Octal | 165 | 237 | 362 | 64 | 42 | 0 | 5 | 334 | 123 | 106 |
| Binary | 1110101 | 10011111 | 11110010 | 110100 | 100010 | 0 | 101 | 11011100 | 1010011 | 1000110 |
Color Harmonies of #759FF2
Complementary color
Monochromatic Colors of #759FF2
Black with #759FF2
Text Example
Text Example
White with #759FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FF2; }
p { color: rgb(117,159,242); }
H1.HeaderClassName
{
color: #759FF2;
}
.AnyTagClassName
{
color: #759FF2;
}
</style>
background-color css
<style>
a { background-color: #759FF2; }
a { background-color: rgb(117,159,242); }
div.DivClassName
{
background-color: #759FF2;
}
.BgClassName
{
background-color: #759FF2;
}
</style>
border-color css
<style>
span { border-color: #759FF2; }
span { border-color: rgb(117,159,242); }
td.TdClassName
{
border-color: #759FF2;
}
.TagClassName
{
border-color: #759FF2;
}
</style>