Shades of Cornflower Blue #839EFF
Tints of Cornflower Blue #839EFF
RGB
CMYK
RGB Variations
Color information
#839EFF (or 0x839EFF) is known color: Cornflower Blue. HEX triplet: 83, 9E and FF. RGB value is (131,158,255). Sum of RGB (Red+Green+Blue) = 131+158+255=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #839EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EFF is #7C6100. Grayscale: #A0A0A0. Windows color (decimal): -8151297 or 16752259. OLE color: 16752259.
HSL color Cylindrical-coordinate representation of color #839EFF: hue angle of 226.94º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #839EFF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 158 | 255 | - |
| CMYK | 0.49 | 0.38 | 0 | 0 |
| HSL | 226.94º | 1% | 0.76% | - |
| HSV(B) | 226.94º | 0.49% | 1% | - |
| XYZ | 39.64 | 36.5 | 99.56 | - |
| YUV | 160.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 255 | 0.49 | 0.38 | 0 | 0 | 226.94 | 1 | 0.76 |
| Hex | 83 | 9E | FF | 31 | 26 | 0 | 0 | E3 | 64 | 4C |
| Octal | 203 | 236 | 377 | 61 | 46 | 0 | 0 | 343 | 144 | 114 |
| Binary | 10000011 | 10011110 | 11111111 | 110001 | 100110 | 0 | 0 | 11100011 | 1100100 | 1001100 |
Color Harmonies of #839EFF
Complementary color
Monochromatic Colors of #839EFF
Black with #839EFF
Text Example
Text Example
White with #839EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EFF; }
p { color: rgb(131,158,255); }
H1.HeaderClassName
{
color: #839EFF;
}
.AnyTagClassName
{
color: #839EFF;
}
</style>
background-color css
<style>
a { background-color: #839EFF; }
a { background-color: rgb(131,158,255); }
div.DivClassName
{
background-color: #839EFF;
}
.BgClassName
{
background-color: #839EFF;
}
</style>
border-color css
<style>
span { border-color: #839EFF; }
span { border-color: rgb(131,158,255); }
td.TdClassName
{
border-color: #839EFF;
}
.TagClassName
{
border-color: #839EFF;
}
</style>