Shades of Cornflower Blue #789CFC
Tints of Cornflower Blue #789CFC
RGB
CMYK
RGB Variations
Color information
#789CFC (or 0x789CFC) is known color: Cornflower Blue. HEX triplet: 78, 9C and FC. RGB value is (120,156,252). Sum of RGB (Red+Green+Blue) = 120+156+252=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #789CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789CFC is #876303. Grayscale: #9B9B9B. Windows color (decimal): -8872708 or 16555128. OLE color: 16555128.
HSL color Cylindrical-coordinate representation of color #789CFC: hue angle of 223.64º 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 #789CFC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 156 | 252 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.01 |
| HSL | 223.64º | 0.96% | 0.73% | - |
| HSV(B) | 223.64º | 0.52% | 0.99% | - |
| XYZ | 37.2 | 34.8 | 96.85 | - |
| YUV | 156.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 252 | 0.52 | 0.38 | 0 | 0.01 | 223.64 | 0.96 | 0.73 |
| Hex | 78 | 9C | FC | 34 | 26 | 0 | 1 | E0 | 60 | 49 |
| Octal | 170 | 234 | 374 | 64 | 46 | 0 | 1 | 340 | 140 | 111 |
| Binary | 1111000 | 10011100 | 11111100 | 110100 | 100110 | 0 | 1 | 11100000 | 1100000 | 1001001 |
Color Harmonies of #789CFC
Complementary color
Monochromatic Colors of #789CFC
Black with #789CFC
Text Example
Text Example
White with #789CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CFC; }
p { color: rgb(120,156,252); }
H1.HeaderClassName
{
color: #789CFC;
}
.AnyTagClassName
{
color: #789CFC;
}
</style>
background-color css
<style>
a { background-color: #789CFC; }
a { background-color: rgb(120,156,252); }
div.DivClassName
{
background-color: #789CFC;
}
.BgClassName
{
background-color: #789CFC;
}
</style>
border-color css
<style>
span { border-color: #789CFC; }
span { border-color: rgb(120,156,252); }
td.TdClassName
{
border-color: #789CFC;
}
.TagClassName
{
border-color: #789CFC;
}
</style>