Shades of Blue #0835FE
Tints of Blue #0835FE
RGB
CMYK
RGB Variations
Color information
#0835FE (or 0x0835FE) is known color: Blue. HEX triplet: 08, 35 and FE. RGB value is (8,53,254). Sum of RGB (Red+Green+Blue) = 8+53+254=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #0835FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0835FE is #F7CA01. Grayscale: #3D3D3D. Windows color (decimal): -16239106 or 16659720. OLE color: 16659720.
HSL color Cylindrical-coordinate representation of color #0835FE: hue angle of 229.02º 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 #0835FE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 53 | 254 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.00 |
| HSL | 229.02º | 0.99% | 0.51% | - |
| HSV(B) | 229.02º | 0.97% | 1% | - |
| XYZ | 19.26 | 9.75 | 94.63 | - |
| YUV | 62.46 | 236.09 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 254 | 0.97 | 0.79 | 0 | 0.00 | 229.02 | 0.99 | 0.51 |
| Hex | 8 | 35 | FE | 61 | 4F | 0 | 0 | E5 | 63 | 33 |
| Octal | 10 | 65 | 376 | 141 | 117 | 0 | 0 | 345 | 143 | 63 |
| Binary | 1000 | 110101 | 11111110 | 1100001 | 1001111 | 0 | 0 | 11100101 | 1100011 | 110011 |
Color Harmonies of #0835FE
Complementary color
Monochromatic Colors of #0835FE
Black with #0835FE
Text Example
Text Example
White with #0835FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0835FE; }
p { color: rgb(8,53,254); }
H1.HeaderClassName
{
color: #0835FE;
}
.AnyTagClassName
{
color: #0835FE;
}
</style>
background-color css
<style>
a { background-color: #0835FE; }
a { background-color: rgb(8,53,254); }
div.DivClassName
{
background-color: #0835FE;
}
.BgClassName
{
background-color: #0835FE;
}
</style>
border-color css
<style>
span { border-color: #0835FE; }
span { border-color: rgb(8,53,254); }
td.TdClassName
{
border-color: #0835FE;
}
.TagClassName
{
border-color: #0835FE;
}
</style>