Shades of Cornflower Blue #789BEC
Tints of Cornflower Blue #789BEC
RGB
CMYK
RGB Variations
Color information
#789BEC (or 0x789BEC) is known color: Cornflower Blue. HEX triplet: 78, 9B and EC. RGB value is (120,155,236). Sum of RGB (Red+Green+Blue) = 120+155+236=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #789BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789BEC is #876413. Grayscale: #999999. Windows color (decimal): -8872980 or 15506296. OLE color: 15506296.
HSL color Cylindrical-coordinate representation of color #789BEC: hue angle of 221.9º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #789BEC is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 155 | 236 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.07 |
| HSL | 221.9º | 0.75% | 0.7% | - |
| HSV(B) | 221.9º | 0.49% | 0.93% | - |
| XYZ | 34.61 | 33.49 | 84 | - |
| YUV | 153.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 236 | 0.49 | 0.34 | 0 | 0.07 | 221.9 | 0.75 | 0.7 |
| Hex | 78 | 9B | EC | 31 | 22 | 0 | 7 | DE | 4B | 46 |
| Octal | 170 | 233 | 354 | 61 | 42 | 0 | 7 | 336 | 113 | 106 |
| Binary | 1111000 | 10011011 | 11101100 | 110001 | 100010 | 0 | 111 | 11011110 | 1001011 | 1000110 |
Color Harmonies of #789BEC
Complementary color
Monochromatic Colors of #789BEC
Black with #789BEC
Text Example
Text Example
White with #789BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BEC; }
p { color: rgb(120,155,236); }
H1.HeaderClassName
{
color: #789BEC;
}
.AnyTagClassName
{
color: #789BEC;
}
</style>
background-color css
<style>
a { background-color: #789BEC; }
a { background-color: rgb(120,155,236); }
div.DivClassName
{
background-color: #789BEC;
}
.BgClassName
{
background-color: #789BEC;
}
</style>
border-color css
<style>
span { border-color: #789BEC; }
span { border-color: rgb(120,155,236); }
td.TdClassName
{
border-color: #789BEC;
}
.TagClassName
{
border-color: #789BEC;
}
</style>