Shades of Cornflower Blue #759FFC
Tints of Cornflower Blue #759FFC
RGB
CMYK
RGB Variations
Color information
#759FFC (or 0x759FFC) is known color: Cornflower Blue. HEX triplet: 75, 9F and FC. RGB value is (117,159,252). Sum of RGB (Red+Green+Blue) = 117+159+252=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #759FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFC is #8A6003. Grayscale: #9C9C9C. Windows color (decimal): -9068548 or 16555893. OLE color: 16555893.
HSL color Cylindrical-coordinate representation of color #759FFC: hue angle of 221.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759FFC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 159 | 252 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.01 |
| HSL | 221.33º | 0.96% | 0.72% | - |
| HSV(B) | 221.33º | 0.54% | 0.99% | - |
| XYZ | 37.3 | 35.61 | 97 | - |
| YUV | 157.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 252 | 0.54 | 0.37 | 0 | 0.01 | 221.33 | 0.96 | 0.72 |
| Hex | 75 | 9F | FC | 36 | 25 | 0 | 1 | DD | 60 | 48 |
| Octal | 165 | 237 | 374 | 66 | 45 | 0 | 1 | 335 | 140 | 110 |
| Binary | 1110101 | 10011111 | 11111100 | 110110 | 100101 | 0 | 1 | 11011101 | 1100000 | 1001000 |
Color Harmonies of #759FFC
Complementary color
Monochromatic Colors of #759FFC
Black with #759FFC
Text Example
Text Example
White with #759FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FFC; }
p { color: rgb(117,159,252); }
H1.HeaderClassName
{
color: #759FFC;
}
.AnyTagClassName
{
color: #759FFC;
}
</style>
background-color css
<style>
a { background-color: #759FFC; }
a { background-color: rgb(117,159,252); }
div.DivClassName
{
background-color: #759FFC;
}
.BgClassName
{
background-color: #759FFC;
}
</style>
border-color css
<style>
span { border-color: #759FFC; }
span { border-color: rgb(117,159,252); }
td.TdClassName
{
border-color: #759FFC;
}
.TagClassName
{
border-color: #759FFC;
}
</style>