Shades of Cornflower Blue #768BEE
Tints of Cornflower Blue #768BEE
RGB
CMYK
RGB Variations
Color information
#768BEE (or 0x768BEE) is known color: Cornflower Blue. HEX triplet: 76, 8B and EE. RGB value is (118,139,238). Sum of RGB (Red+Green+Blue) = 118+139+238=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #768BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BEE is #897411. Grayscale: #8F8F8F. Windows color (decimal): -9008146 or 15633270. OLE color: 15633270.
HSL color Cylindrical-coordinate representation of color #768BEE: hue angle of 229.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768BEE is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 139 | 238 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.07 |
| HSL | 229.5º | 0.78% | 0.7% | - |
| HSV(B) | 229.5º | 0.5% | 0.93% | - |
| XYZ | 32.14 | 28.49 | 84.69 | - |
| YUV | 144.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 238 | 0.50 | 0.42 | 0 | 0.07 | 229.5 | 0.78 | 0.7 |
| Hex | 76 | 8B | EE | 32 | 2A | 0 | 7 | E6 | 4E | 46 |
| Octal | 166 | 213 | 356 | 62 | 52 | 0 | 7 | 346 | 116 | 106 |
| Binary | 1110110 | 10001011 | 11101110 | 110010 | 101010 | 0 | 111 | 11100110 | 1001110 | 1000110 |
Color Harmonies of #768BEE
Complementary color
Monochromatic Colors of #768BEE
Black with #768BEE
Text Example
Text Example
White with #768BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768BEE; }
p { color: rgb(118,139,238); }
H1.HeaderClassName
{
color: #768BEE;
}
.AnyTagClassName
{
color: #768BEE;
}
</style>
background-color css
<style>
a { background-color: #768BEE; }
a { background-color: rgb(118,139,238); }
div.DivClassName
{
background-color: #768BEE;
}
.BgClassName
{
background-color: #768BEE;
}
</style>
border-color css
<style>
span { border-color: #768BEE; }
span { border-color: rgb(118,139,238); }
td.TdClassName
{
border-color: #768BEE;
}
.TagClassName
{
border-color: #768BEE;
}
</style>