Shades of Cornflower Blue #789AF2
Tints of Cornflower Blue #789AF2
RGB
CMYK
RGB Variations
Color information
#789AF2 (or 0x789AF2) is known color: Cornflower Blue. HEX triplet: 78, 9A and F2. RGB value is (120,154,242). Sum of RGB (Red+Green+Blue) = 120+154+242=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #789AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789AF2 is #87650D. Grayscale: #999999. Windows color (decimal): -8873230 or 15899256. OLE color: 15899256.
HSL color Cylindrical-coordinate representation of color #789AF2: hue angle of 223.28º 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 #789AF2 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 154 | 242 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.05 |
| HSL | 223.28º | 0.82% | 0.71% | - |
| HSV(B) | 223.28º | 0.5% | 0.95% | - |
| XYZ | 35.33 | 33.52 | 88.61 | - |
| YUV | 153.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 242 | 0.50 | 0.36 | 0 | 0.05 | 223.28 | 0.82 | 0.71 |
| Hex | 78 | 9A | F2 | 32 | 24 | 0 | 5 | DF | 52 | 47 |
| Octal | 170 | 232 | 362 | 62 | 44 | 0 | 5 | 337 | 122 | 107 |
| Binary | 1111000 | 10011010 | 11110010 | 110010 | 100100 | 0 | 101 | 11011111 | 1010010 | 1000111 |
Color Harmonies of #789AF2
Complementary color
Monochromatic Colors of #789AF2
Black with #789AF2
Text Example
Text Example
White with #789AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789AF2; }
p { color: rgb(120,154,242); }
H1.HeaderClassName
{
color: #789AF2;
}
.AnyTagClassName
{
color: #789AF2;
}
</style>
background-color css
<style>
a { background-color: #789AF2; }
a { background-color: rgb(120,154,242); }
div.DivClassName
{
background-color: #789AF2;
}
.BgClassName
{
background-color: #789AF2;
}
</style>
border-color css
<style>
span { border-color: #789AF2; }
span { border-color: rgb(120,154,242); }
td.TdClassName
{
border-color: #789AF2;
}
.TagClassName
{
border-color: #789AF2;
}
</style>