Shades of Cornflower Blue #758DFD
Tints of Cornflower Blue #758DFD
RGB
CMYK
RGB Variations
Color information
#758DFD (or 0x758DFD) is known color: Cornflower Blue. HEX triplet: 75, 8D and FD. RGB value is (117,141,253). Sum of RGB (Red+Green+Blue) = 117+141+253=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #758DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DFD is #8A7202. Grayscale: #929292. Windows color (decimal): -9073155 or 16616821. OLE color: 16616821.
HSL color Cylindrical-coordinate representation of color #758DFD: hue angle of 229.41º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758DFD is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 141 | 253 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.01 |
| HSL | 229.41º | 0.97% | 0.73% | - |
| HSV(B) | 229.41º | 0.54% | 0.99% | - |
| XYZ | 34.59 | 29.92 | 96.88 | - |
| YUV | 146.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 253 | 0.54 | 0.44 | 0 | 0.01 | 229.41 | 0.97 | 0.73 |
| Hex | 75 | 8D | FD | 36 | 2C | 0 | 1 | E5 | 61 | 49 |
| Octal | 165 | 215 | 375 | 66 | 54 | 0 | 1 | 345 | 141 | 111 |
| Binary | 1110101 | 10001101 | 11111101 | 110110 | 101100 | 0 | 1 | 11100101 | 1100001 | 1001001 |
Color Harmonies of #758DFD
Complementary color
Monochromatic Colors of #758DFD
Black with #758DFD
Text Example
Text Example
White with #758DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DFD; }
p { color: rgb(117,141,253); }
H1.HeaderClassName
{
color: #758DFD;
}
.AnyTagClassName
{
color: #758DFD;
}
</style>
background-color css
<style>
a { background-color: #758DFD; }
a { background-color: rgb(117,141,253); }
div.DivClassName
{
background-color: #758DFD;
}
.BgClassName
{
background-color: #758DFD;
}
</style>
border-color css
<style>
span { border-color: #758DFD; }
span { border-color: rgb(117,141,253); }
td.TdClassName
{
border-color: #758DFD;
}
.TagClassName
{
border-color: #758DFD;
}
</style>