Shades of Cornflower Blue #789FF2
Tints of Cornflower Blue #789FF2
RGB
CMYK
RGB Variations
Color information
#789FF2 (or 0x789FF2) is known color: Cornflower Blue. HEX triplet: 78, 9F and F2. RGB value is (120,159,242). Sum of RGB (Red+Green+Blue) = 120+159+242=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #789FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FF2 is #87600D. Grayscale: #9C9C9C. Windows color (decimal): -8871950 or 15900536. OLE color: 15900536.
HSL color Cylindrical-coordinate representation of color #789FF2: hue angle of 220.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #789FF2 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 159 | 242 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.05 |
| HSL | 220.82º | 0.82% | 0.71% | - |
| HSV(B) | 220.82º | 0.5% | 0.95% | - |
| XYZ | 36.17 | 35.2 | 88.89 | - |
| YUV | 156.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 242 | 0.50 | 0.34 | 0 | 0.05 | 220.82 | 0.82 | 0.71 |
| Hex | 78 | 9F | F2 | 32 | 22 | 0 | 5 | DD | 52 | 47 |
| Octal | 170 | 237 | 362 | 62 | 42 | 0 | 5 | 335 | 122 | 107 |
| Binary | 1111000 | 10011111 | 11110010 | 110010 | 100010 | 0 | 101 | 11011101 | 1010010 | 1000111 |
Color Harmonies of #789FF2
Complementary color
Monochromatic Colors of #789FF2
Black with #789FF2
Text Example
Text Example
White with #789FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FF2; }
p { color: rgb(120,159,242); }
H1.HeaderClassName
{
color: #789FF2;
}
.AnyTagClassName
{
color: #789FF2;
}
</style>
background-color css
<style>
a { background-color: #789FF2; }
a { background-color: rgb(120,159,242); }
div.DivClassName
{
background-color: #789FF2;
}
.BgClassName
{
background-color: #789FF2;
}
</style>
border-color css
<style>
span { border-color: #789FF2; }
span { border-color: rgb(120,159,242); }
td.TdClassName
{
border-color: #789FF2;
}
.TagClassName
{
border-color: #789FF2;
}
</style>