Shades of Cornflower Blue #789CEC
Tints of Cornflower Blue #789CEC
RGB
CMYK
RGB Variations
Color information
#789CEC (or 0x789CEC) is known color: Cornflower Blue. HEX triplet: 78, 9C and EC. RGB value is (120,156,236). Sum of RGB (Red+Green+Blue) = 120+156+236=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #789CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789CEC is #876313. Grayscale: #9A9A9A. Windows color (decimal): -8872724 or 15506552. OLE color: 15506552.
HSL color Cylindrical-coordinate representation of color #789CEC: hue angle of 221.38º 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 #789CEC is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 156 | 236 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.07 |
| HSL | 221.38º | 0.75% | 0.7% | - |
| HSV(B) | 221.38º | 0.49% | 0.93% | - |
| XYZ | 34.77 | 33.83 | 84.05 | - |
| YUV | 154.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 236 | 0.49 | 0.34 | 0 | 0.07 | 221.38 | 0.75 | 0.7 |
| Hex | 78 | 9C | EC | 31 | 22 | 0 | 7 | DD | 4B | 46 |
| Octal | 170 | 234 | 354 | 61 | 42 | 0 | 7 | 335 | 113 | 106 |
| Binary | 1111000 | 10011100 | 11101100 | 110001 | 100010 | 0 | 111 | 11011101 | 1001011 | 1000110 |
Color Harmonies of #789CEC
Complementary color
Monochromatic Colors of #789CEC
Black with #789CEC
Text Example
Text Example
White with #789CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CEC; }
p { color: rgb(120,156,236); }
H1.HeaderClassName
{
color: #789CEC;
}
.AnyTagClassName
{
color: #789CEC;
}
</style>
background-color css
<style>
a { background-color: #789CEC; }
a { background-color: rgb(120,156,236); }
div.DivClassName
{
background-color: #789CEC;
}
.BgClassName
{
background-color: #789CEC;
}
</style>
border-color css
<style>
span { border-color: #789CEC; }
span { border-color: rgb(120,156,236); }
td.TdClassName
{
border-color: #789CEC;
}
.TagClassName
{
border-color: #789CEC;
}
</style>