Shades of Cornflower Blue #758DFE
Tints of Cornflower Blue #758DFE
RGB
CMYK
RGB Variations
Color information
#758DFE (or 0x758DFE) is known color: Cornflower Blue. HEX triplet: 75, 8D and FE. RGB value is (117,141,254). Sum of RGB (Red+Green+Blue) = 117+141+254=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #758DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DFE is #8A7201. Grayscale: #929292. Windows color (decimal): -9073154 or 16682357. OLE color: 16682357.
HSL color Cylindrical-coordinate representation of color #758DFE: hue angle of 229.49º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758DFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 141 | 254 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.00 |
| HSL | 229.49º | 0.99% | 0.73% | - |
| HSV(B) | 229.49º | 0.54% | 1% | - |
| XYZ | 34.75 | 29.99 | 97.72 | - |
| YUV | 146.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 254 | 0.54 | 0.44 | 0 | 0.00 | 229.49 | 0.99 | 0.73 |
| Hex | 75 | 8D | FE | 36 | 2C | 0 | 0 | E5 | 63 | 49 |
| Octal | 165 | 215 | 376 | 66 | 54 | 0 | 0 | 345 | 143 | 111 |
| Binary | 1110101 | 10001101 | 11111110 | 110110 | 101100 | 0 | 0 | 11100101 | 1100011 | 1001001 |
Color Harmonies of #758DFE
Complementary color
Monochromatic Colors of #758DFE
Black with #758DFE
Text Example
Text Example
White with #758DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DFE; }
p { color: rgb(117,141,254); }
H1.HeaderClassName
{
color: #758DFE;
}
.AnyTagClassName
{
color: #758DFE;
}
</style>
background-color css
<style>
a { background-color: #758DFE; }
a { background-color: rgb(117,141,254); }
div.DivClassName
{
background-color: #758DFE;
}
.BgClassName
{
background-color: #758DFE;
}
</style>
border-color css
<style>
span { border-color: #758DFE; }
span { border-color: rgb(117,141,254); }
td.TdClassName
{
border-color: #758DFE;
}
.TagClassName
{
border-color: #758DFE;
}
</style>