Shades of Cornflower Blue #768BE5
Tints of Cornflower Blue #768BE5
RGB
CMYK
RGB Variations
Color information
#768BE5 (or 0x768BE5) is known color: Cornflower Blue. HEX triplet: 76, 8B and E5. RGB value is (118,139,229). Sum of RGB (Red+Green+Blue) = 118+139+229=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #768BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BE5 is #89741A. Grayscale: #8E8E8E. Windows color (decimal): -9008155 or 15043446. OLE color: 15043446.
HSL color Cylindrical-coordinate representation of color #768BE5: hue angle of 228.65º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768BE5 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 139 | 229 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.10 |
| HSL | 228.65º | 0.68% | 0.68% | - |
| HSV(B) | 228.65º | 0.48% | 0.9% | - |
| XYZ | 30.85 | 27.97 | 77.9 | - |
| YUV | 142.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 229 | 0.48 | 0.39 | 0 | 0.10 | 228.65 | 0.68 | 0.68 |
| Hex | 76 | 8B | E5 | 30 | 27 | 0 | A | E5 | 44 | 44 |
| Octal | 166 | 213 | 345 | 60 | 47 | 0 | 12 | 345 | 104 | 104 |
| Binary | 1110110 | 10001011 | 11100101 | 110000 | 100111 | 0 | 1010 | 11100101 | 1000100 | 1000100 |
Color Harmonies of #768BE5
Complementary color
Monochromatic Colors of #768BE5
Black with #768BE5
Text Example
Text Example
White with #768BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BE5; }
p { color: rgb(118,139,229); }
H1.HeaderClassName
{
color: #768BE5;
}
.AnyTagClassName
{
color: #768BE5;
}
</style>
background-color css
<style>
a { background-color: #768BE5; }
a { background-color: rgb(118,139,229); }
div.DivClassName
{
background-color: #768BE5;
}
.BgClassName
{
background-color: #768BE5;
}
</style>
border-color css
<style>
span { border-color: #768BE5; }
span { border-color: rgb(118,139,229); }
td.TdClassName
{
border-color: #768BE5;
}
.TagClassName
{
border-color: #768BE5;
}
</style>