Shades of Blue #0836FD
Tints of Blue #0836FD
RGB
CMYK
RGB Variations
Color information
#0836FD (or 0x0836FD) is known color: Blue. HEX triplet: 08, 36 and FD. RGB value is (8,54,253). Sum of RGB (Red+Green+Blue) = 8+54+253=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #0836FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0836FD is #F7C902. Grayscale: #3E3E3E. Windows color (decimal): -16238851 or 16594440. OLE color: 16594440.
HSL color Cylindrical-coordinate representation of color #0836FD: hue angle of 228.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0836FD is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 54 | 253 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.01 |
| HSL | 228.73º | 0.98% | 0.51% | - |
| HSV(B) | 228.73º | 0.97% | 0.99% | - |
| XYZ | 19.15 | 9.78 | 93.81 | - |
| YUV | 62.93 | 235.26 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 253 | 0.97 | 0.79 | 0 | 0.01 | 228.73 | 0.98 | 0.51 |
| Hex | 8 | 36 | FD | 61 | 4F | 0 | 1 | E5 | 62 | 33 |
| Octal | 10 | 66 | 375 | 141 | 117 | 0 | 1 | 345 | 142 | 63 |
| Binary | 1000 | 110110 | 11111101 | 1100001 | 1001111 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0836FD
Complementary color
Monochromatic Colors of #0836FD
Black with #0836FD
Text Example
Text Example
White with #0836FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0836FD; }
p { color: rgb(8,54,253); }
H1.HeaderClassName
{
color: #0836FD;
}
.AnyTagClassName
{
color: #0836FD;
}
</style>
background-color css
<style>
a { background-color: #0836FD; }
a { background-color: rgb(8,54,253); }
div.DivClassName
{
background-color: #0836FD;
}
.BgClassName
{
background-color: #0836FD;
}
</style>
border-color css
<style>
span { border-color: #0836FD; }
span { border-color: rgb(8,54,253); }
td.TdClassName
{
border-color: #0836FD;
}
.TagClassName
{
border-color: #0836FD;
}
</style>