Shades of Cornflower Blue #759FFF
Tints of Cornflower Blue #759FFF
RGB
CMYK
RGB Variations
Color information
#759FFF (or 0x759FFF) is known color: Cornflower Blue. HEX triplet: 75, 9F and FF. RGB value is (117,159,255). Sum of RGB (Red+Green+Blue) = 117+159+255=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #759FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFF is #8A6000. Grayscale: #9C9C9C. Windows color (decimal): -9068545 or 16752501. OLE color: 16752501.
HSL color Cylindrical-coordinate representation of color #759FFF: hue angle of 221.74º 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 #759FFF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 159 | 255 | - |
| CMYK | 0.54 | 0.38 | 0 | 0 |
| HSL | 221.74º | 1% | 0.73% | - |
| HSV(B) | 221.74º | 0.54% | 1% | - |
| XYZ | 37.78 | 35.8 | 99.53 | - |
| YUV | 157.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 255 | 0.54 | 0.38 | 0 | 0 | 221.74 | 1 | 0.73 |
| Hex | 75 | 9F | FF | 36 | 26 | 0 | 0 | DE | 64 | 49 |
| Octal | 165 | 237 | 377 | 66 | 46 | 0 | 0 | 336 | 144 | 111 |
| Binary | 1110101 | 10011111 | 11111111 | 110110 | 100110 | 0 | 0 | 11011110 | 1100100 | 1001001 |
Color Harmonies of #759FFF
Complementary color
Monochromatic Colors of #759FFF
Black with #759FFF
Text Example
Text Example
White with #759FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FFF; }
p { color: rgb(117,159,255); }
H1.HeaderClassName
{
color: #759FFF;
}
.AnyTagClassName
{
color: #759FFF;
}
</style>
background-color css
<style>
a { background-color: #759FFF; }
a { background-color: rgb(117,159,255); }
div.DivClassName
{
background-color: #759FFF;
}
.BgClassName
{
background-color: #759FFF;
}
</style>
border-color css
<style>
span { border-color: #759FFF; }
span { border-color: rgb(117,159,255); }
td.TdClassName
{
border-color: #759FFF;
}
.TagClassName
{
border-color: #759FFF;
}
</style>