Shades of Cornflower Blue #789BFC
Tints of Cornflower Blue #789BFC
RGB
CMYK
RGB Variations
Color information
#789BFC (or 0x789BFC) is known color: Cornflower Blue. HEX triplet: 78, 9B and FC. RGB value is (120,155,252). Sum of RGB (Red+Green+Blue) = 120+155+252=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #789BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789BFC is #876403. Grayscale: #9B9B9B. Windows color (decimal): -8872964 or 16554872. OLE color: 16554872.
HSL color Cylindrical-coordinate representation of color #789BFC: hue angle of 224.09º 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 #789BFC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 155 | 252 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.01 |
| HSL | 224.09º | 0.96% | 0.73% | - |
| HSV(B) | 224.09º | 0.52% | 0.99% | - |
| XYZ | 37.04 | 34.46 | 96.8 | - |
| YUV | 155.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 252 | 0.52 | 0.38 | 0 | 0.01 | 224.09 | 0.96 | 0.73 |
| Hex | 78 | 9B | FC | 34 | 26 | 0 | 1 | E0 | 60 | 49 |
| Octal | 170 | 233 | 374 | 64 | 46 | 0 | 1 | 340 | 140 | 111 |
| Binary | 1111000 | 10011011 | 11111100 | 110100 | 100110 | 0 | 1 | 11100000 | 1100000 | 1001001 |
Color Harmonies of #789BFC
Complementary color
Monochromatic Colors of #789BFC
Black with #789BFC
Text Example
Text Example
White with #789BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BFC; }
p { color: rgb(120,155,252); }
H1.HeaderClassName
{
color: #789BFC;
}
.AnyTagClassName
{
color: #789BFC;
}
</style>
background-color css
<style>
a { background-color: #789BFC; }
a { background-color: rgb(120,155,252); }
div.DivClassName
{
background-color: #789BFC;
}
.BgClassName
{
background-color: #789BFC;
}
</style>
border-color css
<style>
span { border-color: #789BFC; }
span { border-color: rgb(120,155,252); }
td.TdClassName
{
border-color: #789BFC;
}
.TagClassName
{
border-color: #789BFC;
}
</style>