Shades of Cornflower Blue #768CE8
Tints of Cornflower Blue #768CE8
RGB
CMYK
RGB Variations
Color information
#768CE8 (or 0x768CE8) is known color: Cornflower Blue. HEX triplet: 76, 8C and E8. RGB value is (118,140,232). Sum of RGB (Red+Green+Blue) = 118+140+232=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #768CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CE8 is #897317. Grayscale: #8F8F8F. Windows color (decimal): -9007896 or 15240310. OLE color: 15240310.
HSL color Cylindrical-coordinate representation of color #768CE8: hue angle of 228.42º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768CE8 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 140 | 232 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.09 |
| HSL | 228.42º | 0.71% | 0.69% | - |
| HSV(B) | 228.42º | 0.49% | 0.91% | - |
| XYZ | 31.41 | 28.43 | 80.18 | - |
| YUV | 143.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 232 | 0.49 | 0.40 | 0 | 0.09 | 228.42 | 0.71 | 0.69 |
| Hex | 76 | 8C | E8 | 31 | 28 | 0 | 9 | E4 | 47 | 45 |
| Octal | 166 | 214 | 350 | 61 | 50 | 0 | 11 | 344 | 107 | 105 |
| Binary | 1110110 | 10001100 | 11101000 | 110001 | 101000 | 0 | 1001 | 11100100 | 1000111 | 1000101 |
Color Harmonies of #768CE8
Complementary color
Monochromatic Colors of #768CE8
Black with #768CE8
Text Example
Text Example
White with #768CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CE8; }
p { color: rgb(118,140,232); }
H1.HeaderClassName
{
color: #768CE8;
}
.AnyTagClassName
{
color: #768CE8;
}
</style>
background-color css
<style>
a { background-color: #768CE8; }
a { background-color: rgb(118,140,232); }
div.DivClassName
{
background-color: #768CE8;
}
.BgClassName
{
background-color: #768CE8;
}
</style>
border-color css
<style>
span { border-color: #768CE8; }
span { border-color: rgb(118,140,232); }
td.TdClassName
{
border-color: #768CE8;
}
.TagClassName
{
border-color: #768CE8;
}
</style>