Shades of Cornflower Blue #789FFB
Tints of Cornflower Blue #789FFB
RGB
CMYK
RGB Variations
Color information
#789FFB (or 0x789FFB) is known color: Cornflower Blue. HEX triplet: 78, 9F and FB. RGB value is (120,159,251). Sum of RGB (Red+Green+Blue) = 120+159+251=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #789FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FFB is #876004. Grayscale: #9D9D9D. Windows color (decimal): -8871941 or 16490360. OLE color: 16490360.
HSL color Cylindrical-coordinate representation of color #789FFB: hue angle of 222.14º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #789FFB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 159 | 251 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.02 |
| HSL | 222.14º | 0.94% | 0.73% | - |
| HSV(B) | 222.14º | 0.52% | 0.98% | - |
| XYZ | 37.56 | 35.75 | 96.19 | - |
| YUV | 157.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 251 | 0.52 | 0.37 | 0 | 0.02 | 222.14 | 0.94 | 0.73 |
| Hex | 78 | 9F | FB | 34 | 25 | 0 | 2 | DE | 5E | 49 |
| Octal | 170 | 237 | 373 | 64 | 45 | 0 | 2 | 336 | 136 | 111 |
| Binary | 1111000 | 10011111 | 11111011 | 110100 | 100101 | 0 | 10 | 11011110 | 1011110 | 1001001 |
Color Harmonies of #789FFB
Complementary color
Monochromatic Colors of #789FFB
Black with #789FFB
Text Example
Text Example
White with #789FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FFB; }
p { color: rgb(120,159,251); }
H1.HeaderClassName
{
color: #789FFB;
}
.AnyTagClassName
{
color: #789FFB;
}
</style>
background-color css
<style>
a { background-color: #789FFB; }
a { background-color: rgb(120,159,251); }
div.DivClassName
{
background-color: #789FFB;
}
.BgClassName
{
background-color: #789FFB;
}
</style>
border-color css
<style>
span { border-color: #789FFB; }
span { border-color: rgb(120,159,251); }
td.TdClassName
{
border-color: #789FFB;
}
.TagClassName
{
border-color: #789FFB;
}
</style>