Shades of Cornflower Blue #789CF0
Tints of Cornflower Blue #789CF0
RGB
CMYK
RGB Variations
Color information
#789CF0 (or 0x789CF0) is known color: Cornflower Blue. HEX triplet: 78, 9C and F0. RGB value is (120,156,240). Sum of RGB (Red+Green+Blue) = 120+156+240=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #789CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789CF0 is #87630F. Grayscale: #9A9A9A. Windows color (decimal): -8872720 or 15768696. OLE color: 15768696.
HSL color Cylindrical-coordinate representation of color #789CF0: hue angle of 222º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #789CF0 is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 156 | 240 | - |
| CMYK | 0.5 | 0.35 | 0 | 0.06 |
| HSL | 222º | 0.8% | 0.71% | - |
| HSV(B) | 222º | 0.5% | 0.94% | - |
| XYZ | 35.36 | 34.06 | 87.15 | - |
| YUV | 154.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 240 | 0.5 | 0.35 | 0 | 0.06 | 222 | 0.8 | 0.71 |
| Hex | 78 | 9C | F0 | 32 | 23 | 0 | 6 | DE | 50 | 47 |
| Octal | 170 | 234 | 360 | 62 | 43 | 0 | 6 | 336 | 120 | 107 |
| Binary | 1111000 | 10011100 | 11110000 | 110010 | 100011 | 0 | 110 | 11011110 | 1010000 | 1000111 |
Color Harmonies of #789CF0
Complementary color
Monochromatic Colors of #789CF0
Black with #789CF0
Text Example
Text Example
White with #789CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CF0; }
p { color: rgb(120,156,240); }
H1.HeaderClassName
{
color: #789CF0;
}
.AnyTagClassName
{
color: #789CF0;
}
</style>
background-color css
<style>
a { background-color: #789CF0; }
a { background-color: rgb(120,156,240); }
div.DivClassName
{
background-color: #789CF0;
}
.BgClassName
{
background-color: #789CF0;
}
</style>
border-color css
<style>
span { border-color: #789CF0; }
span { border-color: rgb(120,156,240); }
td.TdClassName
{
border-color: #789CF0;
}
.TagClassName
{
border-color: #789CF0;
}
</style>