Shades of Cornflower Blue #789BFE
Tints of Cornflower Blue #789BFE
RGB
CMYK
RGB Variations
Color information
#789BFE (or 0x789BFE) is known color: Cornflower Blue. HEX triplet: 78, 9B and FE. RGB value is (120,155,254). Sum of RGB (Red+Green+Blue) = 120+155+254=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #789BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789BFE is #876401. Grayscale: #9B9B9B. Windows color (decimal): -8872962 or 16685944. OLE color: 16685944.
HSL color Cylindrical-coordinate representation of color #789BFE: hue angle of 224.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #789BFE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 155 | 254 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.00 |
| HSL | 224.33º | 0.99% | 0.73% | - |
| HSV(B) | 224.33º | 0.53% | 1% | - |
| XYZ | 37.36 | 34.59 | 98.47 | - |
| YUV | 155.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 254 | 0.53 | 0.39 | 0 | 0.00 | 224.33 | 0.99 | 0.73 |
| Hex | 78 | 9B | FE | 35 | 27 | 0 | 0 | E0 | 63 | 49 |
| Octal | 170 | 233 | 376 | 65 | 47 | 0 | 0 | 340 | 143 | 111 |
| Binary | 1111000 | 10011011 | 11111110 | 110101 | 100111 | 0 | 0 | 11100000 | 1100011 | 1001001 |
Color Harmonies of #789BFE
Complementary color
Monochromatic Colors of #789BFE
Black with #789BFE
Text Example
Text Example
White with #789BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BFE; }
p { color: rgb(120,155,254); }
H1.HeaderClassName
{
color: #789BFE;
}
.AnyTagClassName
{
color: #789BFE;
}
</style>
background-color css
<style>
a { background-color: #789BFE; }
a { background-color: rgb(120,155,254); }
div.DivClassName
{
background-color: #789BFE;
}
.BgClassName
{
background-color: #789BFE;
}
</style>
border-color css
<style>
span { border-color: #789BFE; }
span { border-color: rgb(120,155,254); }
td.TdClassName
{
border-color: #789BFE;
}
.TagClassName
{
border-color: #789BFE;
}
</style>