Shades of Cornflower Blue #758BED
Tints of Cornflower Blue #758BED
RGB
CMYK
RGB Variations
Color information
#758BED (or 0x758BED) is known color: Cornflower Blue. HEX triplet: 75, 8B and ED. RGB value is (117,139,237). Sum of RGB (Red+Green+Blue) = 117+139+237=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #758BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BED is #8A7412. Grayscale: #8F8F8F. Windows color (decimal): -9073683 or 15567733. OLE color: 15567733.
HSL color Cylindrical-coordinate representation of color #758BED: hue angle of 229º 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 #758BED is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 139 | 237 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 229º | 0.77% | 0.69% | - |
| HSV(B) | 229º | 0.51% | 0.93% | - |
| XYZ | 31.85 | 28.36 | 83.92 | - |
| YUV | 143.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 237 | 0.51 | 0.41 | 0 | 0.07 | 229 | 0.77 | 0.69 |
| Hex | 75 | 8B | ED | 33 | 29 | 0 | 7 | E5 | 4D | 45 |
| Octal | 165 | 213 | 355 | 63 | 51 | 0 | 7 | 345 | 115 | 105 |
| Binary | 1110101 | 10001011 | 11101101 | 110011 | 101001 | 0 | 111 | 11100101 | 1001101 | 1000101 |
Color Harmonies of #758BED
Complementary color
Monochromatic Colors of #758BED
Black with #758BED
Text Example
Text Example
White with #758BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BED; }
p { color: rgb(117,139,237); }
H1.HeaderClassName
{
color: #758BED;
}
.AnyTagClassName
{
color: #758BED;
}
</style>
background-color css
<style>
a { background-color: #758BED; }
a { background-color: rgb(117,139,237); }
div.DivClassName
{
background-color: #758BED;
}
.BgClassName
{
background-color: #758BED;
}
</style>
border-color css
<style>
span { border-color: #758BED; }
span { border-color: rgb(117,139,237); }
td.TdClassName
{
border-color: #758BED;
}
.TagClassName
{
border-color: #758BED;
}
</style>