Shades of Cornflower Blue #759CF3
Tints of Cornflower Blue #759CF3
RGB
CMYK
RGB Variations
Color information
#759CF3 (or 0x759CF3) is known color: Cornflower Blue. HEX triplet: 75, 9C and F3. RGB value is (117,156,243). Sum of RGB (Red+Green+Blue) = 117+156+243=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #759CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CF3 is #8A630C. Grayscale: #999999. Windows color (decimal): -9069325 or 15965301. OLE color: 15965301.
HSL color Cylindrical-coordinate representation of color #759CF3: hue angle of 221.43º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759CF3 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 156 | 243 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.05 |
| HSL | 221.43º | 0.84% | 0.71% | - |
| HSV(B) | 221.43º | 0.52% | 0.95% | - |
| XYZ | 35.4 | 34.03 | 89.5 | - |
| YUV | 154.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 243 | 0.52 | 0.36 | 0 | 0.05 | 221.43 | 0.84 | 0.71 |
| Hex | 75 | 9C | F3 | 34 | 24 | 0 | 5 | DD | 54 | 47 |
| Octal | 165 | 234 | 363 | 64 | 44 | 0 | 5 | 335 | 124 | 107 |
| Binary | 1110101 | 10011100 | 11110011 | 110100 | 100100 | 0 | 101 | 11011101 | 1010100 | 1000111 |
Color Harmonies of #759CF3
Complementary color
Monochromatic Colors of #759CF3
Black with #759CF3
Text Example
Text Example
White with #759CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CF3; }
p { color: rgb(117,156,243); }
H1.HeaderClassName
{
color: #759CF3;
}
.AnyTagClassName
{
color: #759CF3;
}
</style>
background-color css
<style>
a { background-color: #759CF3; }
a { background-color: rgb(117,156,243); }
div.DivClassName
{
background-color: #759CF3;
}
.BgClassName
{
background-color: #759CF3;
}
</style>
border-color css
<style>
span { border-color: #759CF3; }
span { border-color: rgb(117,156,243); }
td.TdClassName
{
border-color: #759CF3;
}
.TagClassName
{
border-color: #759CF3;
}
</style>