Shades of Cornflower Blue #789FFF
Tints of Cornflower Blue #789FFF
RGB
CMYK
RGB Variations
Color information
#789FFF (or 0x789FFF) is known color: Cornflower Blue. HEX triplet: 78, 9F and FF. RGB value is (120,159,255). Sum of RGB (Red+Green+Blue) = 120+159+255=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #789FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FFF is #876000. Grayscale: #9D9D9D. Windows color (decimal): -8871937 or 16752504. OLE color: 16752504.
HSL color Cylindrical-coordinate representation of color #789FFF: hue angle of 222.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #789FFF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 159 | 255 | - |
| CMYK | 0.53 | 0.38 | 0 | 0 |
| HSL | 222.67º | 1% | 0.74% | - |
| HSV(B) | 222.67º | 0.53% | 1% | - |
| XYZ | 38.19 | 36.01 | 99.55 | - |
| YUV | 158.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 255 | 0.53 | 0.38 | 0 | 0 | 222.67 | 1 | 0.74 |
| Hex | 78 | 9F | FF | 35 | 26 | 0 | 0 | DF | 64 | 4A |
| Octal | 170 | 237 | 377 | 65 | 46 | 0 | 0 | 337 | 144 | 112 |
| Binary | 1111000 | 10011111 | 11111111 | 110101 | 100110 | 0 | 0 | 11011111 | 1100100 | 1001010 |
Color Harmonies of #789FFF
Complementary color
Monochromatic Colors of #789FFF
Black with #789FFF
Text Example
Text Example
White with #789FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FFF; }
p { color: rgb(120,159,255); }
H1.HeaderClassName
{
color: #789FFF;
}
.AnyTagClassName
{
color: #789FFF;
}
</style>
background-color css
<style>
a { background-color: #789FFF; }
a { background-color: rgb(120,159,255); }
div.DivClassName
{
background-color: #789FFF;
}
.BgClassName
{
background-color: #789FFF;
}
</style>
border-color css
<style>
span { border-color: #789FFF; }
span { border-color: rgb(120,159,255); }
td.TdClassName
{
border-color: #789FFF;
}
.TagClassName
{
border-color: #789FFF;
}
</style>