Shades of Cornflower Blue #768CEA
Tints of Cornflower Blue #768CEA
RGB
CMYK
RGB Variations
Color information
#768CEA (or 0x768CEA) is known color: Cornflower Blue. HEX triplet: 76, 8C and EA. RGB value is (118,140,234). Sum of RGB (Red+Green+Blue) = 118+140+234=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #768CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768CEA is #897315. Grayscale: #8F8F8F. Windows color (decimal): -9007894 or 15371382. OLE color: 15371382.
HSL color Cylindrical-coordinate representation of color #768CEA: hue angle of 228.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768CEA is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 140 | 234 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.08 |
| HSL | 228.62º | 0.73% | 0.69% | - |
| HSV(B) | 228.62º | 0.5% | 0.92% | - |
| XYZ | 31.7 | 28.55 | 81.68 | - |
| YUV | 144.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 234 | 0.50 | 0.40 | 0 | 0.08 | 228.62 | 0.73 | 0.69 |
| Hex | 76 | 8C | EA | 32 | 28 | 0 | 8 | E5 | 49 | 45 |
| Octal | 166 | 214 | 352 | 62 | 50 | 0 | 10 | 345 | 111 | 105 |
| Binary | 1110110 | 10001100 | 11101010 | 110010 | 101000 | 0 | 1000 | 11100101 | 1001001 | 1000101 |
Color Harmonies of #768CEA
Complementary color
Monochromatic Colors of #768CEA
Black with #768CEA
Text Example
Text Example
White with #768CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768CEA; }
p { color: rgb(118,140,234); }
H1.HeaderClassName
{
color: #768CEA;
}
.AnyTagClassName
{
color: #768CEA;
}
</style>
background-color css
<style>
a { background-color: #768CEA; }
a { background-color: rgb(118,140,234); }
div.DivClassName
{
background-color: #768CEA;
}
.BgClassName
{
background-color: #768CEA;
}
</style>
border-color css
<style>
span { border-color: #768CEA; }
span { border-color: rgb(118,140,234); }
td.TdClassName
{
border-color: #768CEA;
}
.TagClassName
{
border-color: #768CEA;
}
</style>