Shades of Cornflower Blue #849FFE
Tints of Cornflower Blue #849FFE
RGB
CMYK
RGB Variations
Color information
#849FFE (or 0x849FFE) is known color: Cornflower Blue. HEX triplet: 84, 9F and FE. RGB value is (132,159,254). Sum of RGB (Red+Green+Blue) = 132+159+254=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #849FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FFE is #7B6001. Grayscale: #A1A1A1. Windows color (decimal): -8085506 or 16686980. OLE color: 16686980.
HSL color Cylindrical-coordinate representation of color #849FFE: hue angle of 226.72º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849FFE is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 159 | 254 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.00 |
| HSL | 226.72º | 0.98% | 0.76% | - |
| HSV(B) | 226.72º | 0.48% | 1% | - |
| XYZ | 39.8 | 36.86 | 98.78 | - |
| YUV | 161.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 254 | 0.48 | 0.37 | 0 | 0.00 | 226.72 | 0.98 | 0.76 |
| Hex | 84 | 9F | FE | 30 | 25 | 0 | 0 | E3 | 62 | 4C |
| Octal | 204 | 237 | 376 | 60 | 45 | 0 | 0 | 343 | 142 | 114 |
| Binary | 10000100 | 10011111 | 11111110 | 110000 | 100101 | 0 | 0 | 11100011 | 1100010 | 1001100 |
Color Harmonies of #849FFE
Complementary color
Monochromatic Colors of #849FFE
Black with #849FFE
Text Example
Text Example
White with #849FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FFE; }
p { color: rgb(132,159,254); }
H1.HeaderClassName
{
color: #849FFE;
}
.AnyTagClassName
{
color: #849FFE;
}
</style>
background-color css
<style>
a { background-color: #849FFE; }
a { background-color: rgb(132,159,254); }
div.DivClassName
{
background-color: #849FFE;
}
.BgClassName
{
background-color: #849FFE;
}
</style>
border-color css
<style>
span { border-color: #849FFE; }
span { border-color: rgb(132,159,254); }
td.TdClassName
{
border-color: #849FFE;
}
.TagClassName
{
border-color: #849FFE;
}
</style>