Shades of Blue #0836FE
Tints of Blue #0836FE
RGB
CMYK
RGB Variations
Color information
#0836FE (or 0x0836FE) is known color: Blue. HEX triplet: 08, 36 and FE. RGB value is (8,54,254). Sum of RGB (Red+Green+Blue) = 8+54+254=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #0836FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0836FE is #F7C901. Grayscale: #3E3E3E. Windows color (decimal): -16238850 or 16659976. OLE color: 16659976.
HSL color Cylindrical-coordinate representation of color #0836FE: hue angle of 228.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0836FE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 54 | 254 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.00 |
| HSL | 228.78º | 0.99% | 0.51% | - |
| HSV(B) | 228.78º | 0.97% | 1% | - |
| XYZ | 19.31 | 9.85 | 94.65 | - |
| YUV | 63.05 | 235.76 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 254 | 0.97 | 0.79 | 0 | 0.00 | 228.78 | 0.99 | 0.51 |
| Hex | 8 | 36 | FE | 61 | 4F | 0 | 0 | E5 | 63 | 33 |
| Octal | 10 | 66 | 376 | 141 | 117 | 0 | 0 | 345 | 143 | 63 |
| Binary | 1000 | 110110 | 11111110 | 1100001 | 1001111 | 0 | 0 | 11100101 | 1100011 | 110011 |
Color Harmonies of #0836FE
Complementary color
Monochromatic Colors of #0836FE
Black with #0836FE
Text Example
Text Example
White with #0836FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0836FE; }
p { color: rgb(8,54,254); }
H1.HeaderClassName
{
color: #0836FE;
}
.AnyTagClassName
{
color: #0836FE;
}
</style>
background-color css
<style>
a { background-color: #0836FE; }
a { background-color: rgb(8,54,254); }
div.DivClassName
{
background-color: #0836FE;
}
.BgClassName
{
background-color: #0836FE;
}
</style>
border-color css
<style>
span { border-color: #0836FE; }
span { border-color: rgb(8,54,254); }
td.TdClassName
{
border-color: #0836FE;
}
.TagClassName
{
border-color: #0836FE;
}
</style>