Shades of Blue #0834FF
Tints of Blue #0834FF
RGB
CMYK
RGB Variations
Color information
#0834FF (or 0x0834FF) is known color: Blue. HEX triplet: 08, 34 and FF. RGB value is (8,52,255). Sum of RGB (Red+Green+Blue) = 8+52+255=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #0834FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0834FF is #F7CB00. Grayscale: #3D3D3D. Windows color (decimal): -16239361 or 16725000. OLE color: 16725000.
HSL color Cylindrical-coordinate representation of color #0834FF: hue angle of 229.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0834FF is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 52 | 255 | - |
| CMYK | 0.97 | 0.80 | 0 | 0 |
| HSL | 229.31º | 1% | 0.52% | - |
| HSV(B) | 229.31º | 0.97% | 1% | - |
| XYZ | 19.38 | 9.73 | 95.46 | - |
| YUV | 61.99 | 236.92 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 255 | 0.97 | 0.80 | 0 | 0 | 229.31 | 1 | 0.52 |
| Hex | 8 | 34 | FF | 61 | 50 | 0 | 0 | E5 | 64 | 34 |
| Octal | 10 | 64 | 377 | 141 | 120 | 0 | 0 | 345 | 144 | 64 |
| Binary | 1000 | 110100 | 11111111 | 1100001 | 1010000 | 0 | 0 | 11100101 | 1100100 | 110100 |
Color Harmonies of #0834FF
Complementary color
Monochromatic Colors of #0834FF
Black with #0834FF
Text Example
Text Example
White with #0834FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834FF; }
p { color: rgb(8,52,255); }
H1.HeaderClassName
{
color: #0834FF;
}
.AnyTagClassName
{
color: #0834FF;
}
</style>
background-color css
<style>
a { background-color: #0834FF; }
a { background-color: rgb(8,52,255); }
div.DivClassName
{
background-color: #0834FF;
}
.BgClassName
{
background-color: #0834FF;
}
</style>
border-color css
<style>
span { border-color: #0834FF; }
span { border-color: rgb(8,52,255); }
td.TdClassName
{
border-color: #0834FF;
}
.TagClassName
{
border-color: #0834FF;
}
</style>