Shades of Cornflower Blue #758DFF
Tints of Cornflower Blue #758DFF
RGB
CMYK
RGB Variations
Color information
#758DFF (or 0x758DFF) is known color: Cornflower Blue. HEX triplet: 75, 8D and FF. RGB value is (117,141,255). Sum of RGB (Red+Green+Blue) = 117+141+255=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #758DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DFF is #8A7200. Grayscale: #929292. Windows color (decimal): -9073153 or 16747893. OLE color: 16747893.
HSL color Cylindrical-coordinate representation of color #758DFF: hue angle of 229.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758DFF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 141 | 255 | - |
| CMYK | 0.54 | 0.45 | 0 | 0 |
| HSL | 229.57º | 1% | 0.73% | - |
| HSV(B) | 229.57º | 0.54% | 1% | - |
| XYZ | 34.91 | 30.05 | 98.57 | - |
| YUV | 146.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 255 | 0.54 | 0.45 | 0 | 0 | 229.57 | 1 | 0.73 |
| Hex | 75 | 8D | FF | 36 | 2D | 0 | 0 | E6 | 64 | 49 |
| Octal | 165 | 215 | 377 | 66 | 55 | 0 | 0 | 346 | 144 | 111 |
| Binary | 1110101 | 10001101 | 11111111 | 110110 | 101101 | 0 | 0 | 11100110 | 1100100 | 1001001 |
Color Harmonies of #758DFF
Complementary color
Monochromatic Colors of #758DFF
Black with #758DFF
Text Example
Text Example
White with #758DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DFF; }
p { color: rgb(117,141,255); }
H1.HeaderClassName
{
color: #758DFF;
}
.AnyTagClassName
{
color: #758DFF;
}
</style>
background-color css
<style>
a { background-color: #758DFF; }
a { background-color: rgb(117,141,255); }
div.DivClassName
{
background-color: #758DFF;
}
.BgClassName
{
background-color: #758DFF;
}
</style>
border-color css
<style>
span { border-color: #758DFF; }
span { border-color: rgb(117,141,255); }
td.TdClassName
{
border-color: #758DFF;
}
.TagClassName
{
border-color: #758DFF;
}
</style>