Shades of Cornflower Blue #789EFC
Tints of Cornflower Blue #789EFC
RGB
CMYK
RGB Variations
Color information
#789EFC (or 0x789EFC) is known color: Cornflower Blue. HEX triplet: 78, 9E and FC. RGB value is (120,158,252). Sum of RGB (Red+Green+Blue) = 120+158+252=530 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.64% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #789EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789EFC is #876103. Grayscale: #9C9C9C. Windows color (decimal): -8872196 or 16555640. OLE color: 16555640.
HSL color Cylindrical-coordinate representation of color #789EFC: hue angle of 222.73º 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 #789EFC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 158 | 252 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.01 |
| HSL | 222.73º | 0.96% | 0.73% | - |
| HSV(B) | 222.73º | 0.52% | 0.99% | - |
| XYZ | 37.54 | 35.48 | 96.96 | - |
| YUV | 157.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 252 | 0.52 | 0.37 | 0 | 0.01 | 222.73 | 0.96 | 0.73 |
| Hex | 78 | 9E | FC | 34 | 25 | 0 | 1 | DF | 60 | 49 |
| Octal | 170 | 236 | 374 | 64 | 45 | 0 | 1 | 337 | 140 | 111 |
| Binary | 1111000 | 10011110 | 11111100 | 110100 | 100101 | 0 | 1 | 11011111 | 1100000 | 1001001 |
Color Harmonies of #789EFC
Complementary color
Monochromatic Colors of #789EFC
Black with #789EFC
Text Example
Text Example
White with #789EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EFC; }
p { color: rgb(120,158,252); }
H1.HeaderClassName
{
color: #789EFC;
}
.AnyTagClassName
{
color: #789EFC;
}
</style>
background-color css
<style>
a { background-color: #789EFC; }
a { background-color: rgb(120,158,252); }
div.DivClassName
{
background-color: #789EFC;
}
.BgClassName
{
background-color: #789EFC;
}
</style>
border-color css
<style>
span { border-color: #789EFC; }
span { border-color: rgb(120,158,252); }
td.TdClassName
{
border-color: #789EFC;
}
.TagClassName
{
border-color: #789EFC;
}
</style>