Shades of Cornflower Blue #758EFE
Tints of Cornflower Blue #758EFE
RGB
CMYK
RGB Variations
Color information
#758EFE (or 0x758EFE) is known color: Cornflower Blue. HEX triplet: 75, 8E and FE. RGB value is (117,142,254). Sum of RGB (Red+Green+Blue) = 117+142+254=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #758EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EFE is #8A7101. Grayscale: #929292. Windows color (decimal): -9072898 or 16682613. OLE color: 16682613.
HSL color Cylindrical-coordinate representation of color #758EFE: hue angle of 229.05º 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 #758EFE is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 142 | 254 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.00 |
| HSL | 229.05º | 0.99% | 0.73% | - |
| HSV(B) | 229.05º | 0.54% | 1% | - |
| XYZ | 34.9 | 30.28 | 97.77 | - |
| YUV | 147.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 254 | 0.54 | 0.44 | 0 | 0.00 | 229.05 | 0.99 | 0.73 |
| Hex | 75 | 8E | FE | 36 | 2C | 0 | 0 | E5 | 63 | 49 |
| Octal | 165 | 216 | 376 | 66 | 54 | 0 | 0 | 345 | 143 | 111 |
| Binary | 1110101 | 10001110 | 11111110 | 110110 | 101100 | 0 | 0 | 11100101 | 1100011 | 1001001 |
Color Harmonies of #758EFE
Complementary color
Monochromatic Colors of #758EFE
Black with #758EFE
Text Example
Text Example
White with #758EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EFE; }
p { color: rgb(117,142,254); }
H1.HeaderClassName
{
color: #758EFE;
}
.AnyTagClassName
{
color: #758EFE;
}
</style>
background-color css
<style>
a { background-color: #758EFE; }
a { background-color: rgb(117,142,254); }
div.DivClassName
{
background-color: #758EFE;
}
.BgClassName
{
background-color: #758EFE;
}
</style>
border-color css
<style>
span { border-color: #758EFE; }
span { border-color: rgb(117,142,254); }
td.TdClassName
{
border-color: #758EFE;
}
.TagClassName
{
border-color: #758EFE;
}
</style>