Shades of Cornflower Blue #768BFC
Tints of Cornflower Blue #768BFC
RGB
CMYK
RGB Variations
Color information
#768BFC (or 0x768BFC) is known color: Cornflower Blue. HEX triplet: 76, 8B and FC. RGB value is (118,139,252). Sum of RGB (Red+Green+Blue) = 118+139+252=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #768BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BFC is #897403. Grayscale: #919191. Windows color (decimal): -9008132 or 16550774. OLE color: 16550774.
HSL color Cylindrical-coordinate representation of color #768BFC: hue angle of 230.6º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768BFC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 139 | 252 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.01 |
| HSL | 230.6º | 0.96% | 0.73% | - |
| HSV(B) | 230.6º | 0.53% | 0.99% | - |
| XYZ | 34.27 | 29.35 | 95.95 | - |
| YUV | 145.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 252 | 0.53 | 0.45 | 0 | 0.01 | 230.6 | 0.96 | 0.73 |
| Hex | 76 | 8B | FC | 35 | 2D | 0 | 1 | E7 | 60 | 49 |
| Octal | 166 | 213 | 374 | 65 | 55 | 0 | 1 | 347 | 140 | 111 |
| Binary | 1110110 | 10001011 | 11111100 | 110101 | 101101 | 0 | 1 | 11100111 | 1100000 | 1001001 |
Color Harmonies of #768BFC
Complementary color
Monochromatic Colors of #768BFC
Black with #768BFC
Text Example
Text Example
White with #768BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BFC; }
p { color: rgb(118,139,252); }
H1.HeaderClassName
{
color: #768BFC;
}
.AnyTagClassName
{
color: #768BFC;
}
</style>
background-color css
<style>
a { background-color: #768BFC; }
a { background-color: rgb(118,139,252); }
div.DivClassName
{
background-color: #768BFC;
}
.BgClassName
{
background-color: #768BFC;
}
</style>
border-color css
<style>
span { border-color: #768BFC; }
span { border-color: rgb(118,139,252); }
td.TdClassName
{
border-color: #768BFC;
}
.TagClassName
{
border-color: #768BFC;
}
</style>