Shades of Cornflower Blue #789FFC
Tints of Cornflower Blue #789FFC
RGB
CMYK
RGB Variations
Color information
#789FFC (or 0x789FFC) is known color: Cornflower Blue. HEX triplet: 78, 9F and FC. RGB value is (120,159,252). Sum of RGB (Red+Green+Blue) = 120+159+252=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #789FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FFC is #876003. Grayscale: #9D9D9D. Windows color (decimal): -8871940 or 16555896. OLE color: 16555896.
HSL color Cylindrical-coordinate representation of color #789FFC: hue angle of 222.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #789FFC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 159 | 252 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.01 |
| HSL | 222.27º | 0.96% | 0.73% | - |
| HSV(B) | 222.27º | 0.52% | 0.99% | - |
| XYZ | 37.71 | 35.82 | 97.02 | - |
| YUV | 157.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 252 | 0.52 | 0.37 | 0 | 0.01 | 222.27 | 0.96 | 0.73 |
| Hex | 78 | 9F | FC | 34 | 25 | 0 | 1 | DE | 60 | 49 |
| Octal | 170 | 237 | 374 | 64 | 45 | 0 | 1 | 336 | 140 | 111 |
| Binary | 1111000 | 10011111 | 11111100 | 110100 | 100101 | 0 | 1 | 11011110 | 1100000 | 1001001 |
Color Harmonies of #789FFC
Complementary color
Monochromatic Colors of #789FFC
Black with #789FFC
Text Example
Text Example
White with #789FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FFC; }
p { color: rgb(120,159,252); }
H1.HeaderClassName
{
color: #789FFC;
}
.AnyTagClassName
{
color: #789FFC;
}
</style>
background-color css
<style>
a { background-color: #789FFC; }
a { background-color: rgb(120,159,252); }
div.DivClassName
{
background-color: #789FFC;
}
.BgClassName
{
background-color: #789FFC;
}
</style>
border-color css
<style>
span { border-color: #789FFC; }
span { border-color: rgb(120,159,252); }
td.TdClassName
{
border-color: #789FFC;
}
.TagClassName
{
border-color: #789FFC;
}
</style>