Shades of Cornflower Blue #758CF7
Tints of Cornflower Blue #758CF7
RGB
CMYK
RGB Variations
Color information
#758CF7 (or 0x758CF7) is known color: Cornflower Blue. HEX triplet: 75, 8C and F7. RGB value is (117,140,247). Sum of RGB (Red+Green+Blue) = 117+140+247=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #758CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CF7 is #8A7308. Grayscale: #909090. Windows color (decimal): -9073417 or 16223349. OLE color: 16223349.
HSL color Cylindrical-coordinate representation of color #758CF7: hue angle of 229.38º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758CF7 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 140 | 247 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.03 |
| HSL | 229.38º | 0.89% | 0.71% | - |
| HSV(B) | 229.38º | 0.53% | 0.97% | - |
| XYZ | 33.5 | 29.25 | 91.88 | - |
| YUV | 145.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 247 | 0.53 | 0.43 | 0 | 0.03 | 229.38 | 0.89 | 0.71 |
| Hex | 75 | 8C | F7 | 35 | 2B | 0 | 3 | E5 | 59 | 47 |
| Octal | 165 | 214 | 367 | 65 | 53 | 0 | 3 | 345 | 131 | 107 |
| Binary | 1110101 | 10001100 | 11110111 | 110101 | 101011 | 0 | 11 | 11100101 | 1011001 | 1000111 |
Color Harmonies of #758CF7
Complementary color
Monochromatic Colors of #758CF7
Black with #758CF7
Text Example
Text Example
White with #758CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CF7; }
p { color: rgb(117,140,247); }
H1.HeaderClassName
{
color: #758CF7;
}
.AnyTagClassName
{
color: #758CF7;
}
</style>
background-color css
<style>
a { background-color: #758CF7; }
a { background-color: rgb(117,140,247); }
div.DivClassName
{
background-color: #758CF7;
}
.BgClassName
{
background-color: #758CF7;
}
</style>
border-color css
<style>
span { border-color: #758CF7; }
span { border-color: rgb(117,140,247); }
td.TdClassName
{
border-color: #758CF7;
}
.TagClassName
{
border-color: #758CF7;
}
</style>