Shades of Cornflower Blue #789AF0
Tints of Cornflower Blue #789AF0
RGB
CMYK
RGB Variations
Color information
#789AF0 (or 0x789AF0) is known color: Cornflower Blue. HEX triplet: 78, 9A and F0. RGB value is (120,154,240). Sum of RGB (Red+Green+Blue) = 120+154+240=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #789AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789AF0 is #87650F. Grayscale: #999999. Windows color (decimal): -8873232 or 15768184. OLE color: 15768184.
HSL color Cylindrical-coordinate representation of color #789AF0: hue angle of 223º 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 #789AF0 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 154 | 240 | - |
| CMYK | 0.5 | 0.36 | 0 | 0.06 |
| HSL | 223º | 0.8% | 0.71% | - |
| HSV(B) | 223º | 0.5% | 0.94% | - |
| XYZ | 35.03 | 33.4 | 87.04 | - |
| YUV | 153.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 240 | 0.5 | 0.36 | 0 | 0.06 | 223 | 0.8 | 0.71 |
| Hex | 78 | 9A | F0 | 32 | 24 | 0 | 6 | DF | 50 | 47 |
| Octal | 170 | 232 | 360 | 62 | 44 | 0 | 6 | 337 | 120 | 107 |
| Binary | 1111000 | 10011010 | 11110000 | 110010 | 100100 | 0 | 110 | 11011111 | 1010000 | 1000111 |
Color Harmonies of #789AF0
Complementary color
Monochromatic Colors of #789AF0
Black with #789AF0
Text Example
Text Example
White with #789AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789AF0; }
p { color: rgb(120,154,240); }
H1.HeaderClassName
{
color: #789AF0;
}
.AnyTagClassName
{
color: #789AF0;
}
</style>
background-color css
<style>
a { background-color: #789AF0; }
a { background-color: rgb(120,154,240); }
div.DivClassName
{
background-color: #789AF0;
}
.BgClassName
{
background-color: #789AF0;
}
</style>
border-color css
<style>
span { border-color: #789AF0; }
span { border-color: rgb(120,154,240); }
td.TdClassName
{
border-color: #789AF0;
}
.TagClassName
{
border-color: #789AF0;
}
</style>