Shades of Cornflower Blue #768FED
Tints of Cornflower Blue #768FED
RGB
CMYK
RGB Variations
Color information
#768FED (or 0x768FED) is known color: Cornflower Blue. HEX triplet: 76, 8F and ED. RGB value is (118,143,237). Sum of RGB (Red+Green+Blue) = 118+143+237=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #768FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FED is #897012. Grayscale: #919191. Windows color (decimal): -9007123 or 15568758. OLE color: 15568758.
HSL color Cylindrical-coordinate representation of color #768FED: hue angle of 227.39º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768FED is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 143 | 237 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.07 |
| HSL | 227.4º | 0.77% | 0.7% | - |
| HSV(B) | 227.4º | 0.5% | 0.93% | - |
| XYZ | 32.58 | 29.61 | 84.12 | - |
| YUV | 146.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 237 | 0.50 | 0.40 | 0 | 0.07 | 227.4 | 0.77 | 0.7 |
| Hex | 76 | 8F | ED | 32 | 28 | 0 | 7 | E3 | 4D | 46 |
| Octal | 166 | 217 | 355 | 62 | 50 | 0 | 7 | 343 | 115 | 106 |
| Binary | 1110110 | 10001111 | 11101101 | 110010 | 101000 | 0 | 111 | 11100011 | 1001101 | 1000110 |
Color Harmonies of #768FED
Complementary color
Monochromatic Colors of #768FED
Black with #768FED
Text Example
Text Example
White with #768FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FED; }
p { color: rgb(118,143,237); }
H1.HeaderClassName
{
color: #768FED;
}
.AnyTagClassName
{
color: #768FED;
}
</style>
background-color css
<style>
a { background-color: #768FED; }
a { background-color: rgb(118,143,237); }
div.DivClassName
{
background-color: #768FED;
}
.BgClassName
{
background-color: #768FED;
}
</style>
border-color css
<style>
span { border-color: #768FED; }
span { border-color: rgb(118,143,237); }
td.TdClassName
{
border-color: #768FED;
}
.TagClassName
{
border-color: #768FED;
}
</style>