Shades of Cornflower Blue #7892FE
Tints of Cornflower Blue #7892FE
RGB
CMYK
RGB Variations
Color information
#7892FE (or 0x7892FE) is known color: Cornflower Blue. HEX triplet: 78, 92 and FE. RGB value is (120,146,254). Sum of RGB (Red+Green+Blue) = 120+146+254=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #7892FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7892FE is #876D01. Grayscale: #969696. Windows color (decimal): -8875266 or 16683640. OLE color: 16683640.
HSL color Cylindrical-coordinate representation of color #7892FE: hue angle of 228.36º 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 #7892FE is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 146 | 254 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.00 |
| HSL | 228.36º | 0.99% | 0.73% | - |
| HSV(B) | 228.36º | 0.53% | 1% | - |
| XYZ | 35.91 | 31.71 | 97.99 | - |
| YUV | 150.54 | 186.39 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 254 | 0.53 | 0.43 | 0 | 0.00 | 228.36 | 0.99 | 0.73 |
| Hex | 78 | 92 | FE | 35 | 2B | 0 | 0 | E4 | 63 | 49 |
| Octal | 170 | 222 | 376 | 65 | 53 | 0 | 0 | 344 | 143 | 111 |
| Binary | 1111000 | 10010010 | 11111110 | 110101 | 101011 | 0 | 0 | 11100100 | 1100011 | 1001001 |
Color Harmonies of #7892FE
Complementary color
Monochromatic Colors of #7892FE
Black with #7892FE
Text Example
Text Example
White with #7892FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892FE; }
p { color: rgb(120,146,254); }
H1.HeaderClassName
{
color: #7892FE;
}
.AnyTagClassName
{
color: #7892FE;
}
</style>
background-color css
<style>
a { background-color: #7892FE; }
a { background-color: rgb(120,146,254); }
div.DivClassName
{
background-color: #7892FE;
}
.BgClassName
{
background-color: #7892FE;
}
</style>
border-color css
<style>
span { border-color: #7892FE; }
span { border-color: rgb(120,146,254); }
td.TdClassName
{
border-color: #7892FE;
}
.TagClassName
{
border-color: #7892FE;
}
</style>