Shades of Cornflower Blue #789BFB
Tints of Cornflower Blue #789BFB
RGB
CMYK
RGB Variations
Color information
#789BFB (or 0x789BFB) is known color: Cornflower Blue. HEX triplet: 78, 9B and FB. RGB value is (120,155,251). Sum of RGB (Red+Green+Blue) = 120+155+251=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #789BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789BFB is #876404. Grayscale: #9B9B9B. Windows color (decimal): -8872965 or 16489336. OLE color: 16489336.
HSL color Cylindrical-coordinate representation of color #789BFB: hue angle of 223.97º 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 #789BFB is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 155 | 251 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.02 |
| HSL | 223.97º | 0.94% | 0.73% | - |
| HSV(B) | 223.97º | 0.52% | 0.98% | - |
| XYZ | 36.88 | 34.4 | 95.96 | - |
| YUV | 155.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 251 | 0.52 | 0.38 | 0 | 0.02 | 223.97 | 0.94 | 0.73 |
| Hex | 78 | 9B | FB | 34 | 26 | 0 | 2 | E0 | 5E | 49 |
| Octal | 170 | 233 | 373 | 64 | 46 | 0 | 2 | 340 | 136 | 111 |
| Binary | 1111000 | 10011011 | 11111011 | 110100 | 100110 | 0 | 10 | 11100000 | 1011110 | 1001001 |
Color Harmonies of #789BFB
Complementary color
Monochromatic Colors of #789BFB
Black with #789BFB
Text Example
Text Example
White with #789BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BFB; }
p { color: rgb(120,155,251); }
H1.HeaderClassName
{
color: #789BFB;
}
.AnyTagClassName
{
color: #789BFB;
}
</style>
background-color css
<style>
a { background-color: #789BFB; }
a { background-color: rgb(120,155,251); }
div.DivClassName
{
background-color: #789BFB;
}
.BgClassName
{
background-color: #789BFB;
}
</style>
border-color css
<style>
span { border-color: #789BFB; }
span { border-color: rgb(120,155,251); }
td.TdClassName
{
border-color: #789BFB;
}
.TagClassName
{
border-color: #789BFB;
}
</style>