Shades of Cornflower Blue #768FE1
Tints of Cornflower Blue #768FE1
RGB
CMYK
RGB Variations
Color information
#768FE1 (or 0x768FE1) is known color: Cornflower Blue. HEX triplet: 76, 8F and E1. RGB value is (118,143,225). Sum of RGB (Red+Green+Blue) = 118+143+225=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #768FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FE1 is #89701E. Grayscale: #909090. Windows color (decimal): -9007135 or 14782326. OLE color: 14782326.
HSL color Cylindrical-coordinate representation of color #768FE1: hue angle of 225.98º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768FE1 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 143 | 225 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.12 |
| HSL | 225.98º | 0.64% | 0.67% | - |
| HSV(B) | 225.98º | 0.48% | 0.88% | - |
| XYZ | 30.88 | 28.93 | 75.19 | - |
| YUV | 144.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 225 | 0.48 | 0.36 | 0 | 0.12 | 225.98 | 0.64 | 0.67 |
| Hex | 76 | 8F | E1 | 30 | 24 | 0 | C | E2 | 40 | 43 |
| Octal | 166 | 217 | 341 | 60 | 44 | 0 | 14 | 342 | 100 | 103 |
| Binary | 1110110 | 10001111 | 11100001 | 110000 | 100100 | 0 | 1100 | 11100010 | 1000000 | 1000011 |
Color Harmonies of #768FE1
Complementary color
Monochromatic Colors of #768FE1
Black with #768FE1
Text Example
Text Example
White with #768FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FE1; }
p { color: rgb(118,143,225); }
H1.HeaderClassName
{
color: #768FE1;
}
.AnyTagClassName
{
color: #768FE1;
}
</style>
background-color css
<style>
a { background-color: #768FE1; }
a { background-color: rgb(118,143,225); }
div.DivClassName
{
background-color: #768FE1;
}
.BgClassName
{
background-color: #768FE1;
}
</style>
border-color css
<style>
span { border-color: #768FE1; }
span { border-color: rgb(118,143,225); }
td.TdClassName
{
border-color: #768FE1;
}
.TagClassName
{
border-color: #768FE1;
}
</style>