Shades of Cornflower Blue #789CF5
Tints of Cornflower Blue #789CF5
RGB
CMYK
RGB Variations
Color information
#789CF5 (or 0x789CF5) is known color: Cornflower Blue. HEX triplet: 78, 9C and F5. RGB value is (120,156,245). Sum of RGB (Red+Green+Blue) = 120+156+245=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #789CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789CF5 is #87630A. Grayscale: #9A9A9A. Windows color (decimal): -8872715 or 16096376. OLE color: 16096376.
HSL color Cylindrical-coordinate representation of color #789CF5: hue angle of 222.72º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #789CF5 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 156 | 245 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.04 |
| HSL | 222.72º | 0.86% | 0.72% | - |
| HSV(B) | 222.72º | 0.51% | 0.96% | - |
| XYZ | 36.12 | 34.36 | 91.12 | - |
| YUV | 155.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 245 | 0.51 | 0.36 | 0 | 0.04 | 222.72 | 0.86 | 0.72 |
| Hex | 78 | 9C | F5 | 33 | 24 | 0 | 4 | DF | 56 | 48 |
| Octal | 170 | 234 | 365 | 63 | 44 | 0 | 4 | 337 | 126 | 110 |
| Binary | 1111000 | 10011100 | 11110101 | 110011 | 100100 | 0 | 100 | 11011111 | 1010110 | 1001000 |
Color Harmonies of #789CF5
Complementary color
Monochromatic Colors of #789CF5
Black with #789CF5
Text Example
Text Example
White with #789CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CF5; }
p { color: rgb(120,156,245); }
H1.HeaderClassName
{
color: #789CF5;
}
.AnyTagClassName
{
color: #789CF5;
}
</style>
background-color css
<style>
a { background-color: #789CF5; }
a { background-color: rgb(120,156,245); }
div.DivClassName
{
background-color: #789CF5;
}
.BgClassName
{
background-color: #789CF5;
}
</style>
border-color css
<style>
span { border-color: #789CF5; }
span { border-color: rgb(120,156,245); }
td.TdClassName
{
border-color: #789CF5;
}
.TagClassName
{
border-color: #789CF5;
}
</style>