Shades of Cornflower Blue #768AFE
Tints of Cornflower Blue #768AFE
RGB
CMYK
RGB Variations
Color information
#768AFE (or 0x768AFE) is known color: Cornflower Blue. HEX triplet: 76, 8A and FE. RGB value is (118,138,254). Sum of RGB (Red+Green+Blue) = 118+138+254=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #768AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AFE is #897501. Grayscale: #909090. Windows color (decimal): -9008386 or 16681590. OLE color: 16681590.
HSL color Cylindrical-coordinate representation of color #768AFE: hue angle of 231.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #768AFE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 138 | 254 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.00 |
| HSL | 231.18º | 0.99% | 0.73% | - |
| HSV(B) | 231.18º | 0.54% | 1% | - |
| XYZ | 34.45 | 29.18 | 97.58 | - |
| YUV | 145.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 254 | 0.54 | 0.46 | 0 | 0.00 | 231.18 | 0.99 | 0.73 |
| Hex | 76 | 8A | FE | 36 | 2E | 0 | 0 | E7 | 63 | 49 |
| Octal | 166 | 212 | 376 | 66 | 56 | 0 | 0 | 347 | 143 | 111 |
| Binary | 1110110 | 10001010 | 11111110 | 110110 | 101110 | 0 | 0 | 11100111 | 1100011 | 1001001 |
Color Harmonies of #768AFE
Complementary color
Monochromatic Colors of #768AFE
Black with #768AFE
Text Example
Text Example
White with #768AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768AFE; }
p { color: rgb(118,138,254); }
H1.HeaderClassName
{
color: #768AFE;
}
.AnyTagClassName
{
color: #768AFE;
}
</style>
background-color css
<style>
a { background-color: #768AFE; }
a { background-color: rgb(118,138,254); }
div.DivClassName
{
background-color: #768AFE;
}
.BgClassName
{
background-color: #768AFE;
}
</style>
border-color css
<style>
span { border-color: #768AFE; }
span { border-color: rgb(118,138,254); }
td.TdClassName
{
border-color: #768AFE;
}
.TagClassName
{
border-color: #768AFE;
}
</style>