Shades of Cornflower Blue #758FED
Tints of Cornflower Blue #758FED
RGB
CMYK
RGB Variations
Color information
#758FED (or 0x758FED) is known color: Cornflower Blue. HEX triplet: 75, 8F and ED. RGB value is (117,143,237). Sum of RGB (Red+Green+Blue) = 117+143+237=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #758FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FED is #8A7012. Grayscale: #919191. Windows color (decimal): -9072659 or 15568757. OLE color: 15568757.
HSL color Cylindrical-coordinate representation of color #758FED: hue angle of 227º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758FED is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 143 | 237 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.07 |
| HSL | 227º | 0.77% | 0.69% | - |
| HSV(B) | 227º | 0.51% | 0.93% | - |
| XYZ | 32.44 | 29.54 | 84.11 | - |
| YUV | 145.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 237 | 0.51 | 0.40 | 0 | 0.07 | 227 | 0.77 | 0.69 |
| Hex | 75 | 8F | ED | 33 | 28 | 0 | 7 | E3 | 4D | 45 |
| Octal | 165 | 217 | 355 | 63 | 50 | 0 | 7 | 343 | 115 | 105 |
| Binary | 1110101 | 10001111 | 11101101 | 110011 | 101000 | 0 | 111 | 11100011 | 1001101 | 1000101 |
Color Harmonies of #758FED
Complementary color
Monochromatic Colors of #758FED
Black with #758FED
Text Example
Text Example
White with #758FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758FED; }
p { color: rgb(117,143,237); }
H1.HeaderClassName
{
color: #758FED;
}
.AnyTagClassName
{
color: #758FED;
}
</style>
background-color css
<style>
a { background-color: #758FED; }
a { background-color: rgb(117,143,237); }
div.DivClassName
{
background-color: #758FED;
}
.BgClassName
{
background-color: #758FED;
}
</style>
border-color css
<style>
span { border-color: #758FED; }
span { border-color: rgb(117,143,237); }
td.TdClassName
{
border-color: #758FED;
}
.TagClassName
{
border-color: #758FED;
}
</style>