Shades of Blue #0835FC
Tints of Blue #0835FC
RGB
CMYK
RGB Variations
Color information
#0835FC (or 0x0835FC) is known color: Blue. HEX triplet: 08, 35 and FC. RGB value is (8,53,252). Sum of RGB (Red+Green+Blue) = 8+53+252=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 252 (98.83% from 255 or 80.51% from 313); Max value from RGB is 252 - color contains mainly: blue. Hex color #0835FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0835FC is #F7CA03. Grayscale: #3D3D3D. Windows color (decimal): -16239108 or 16528648. OLE color: 16528648.
HSL color Cylindrical-coordinate representation of color #0835FC: hue angle of 228.93º 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 #0835FC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 53 | 252 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.01 |
| HSL | 228.93º | 0.98% | 0.51% | - |
| HSV(B) | 228.93º | 0.97% | 0.99% | - |
| XYZ | 18.94 | 9.63 | 92.96 | - |
| YUV | 62.23 | 235.09 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 252 | 0.97 | 0.79 | 0 | 0.01 | 228.93 | 0.98 | 0.51 |
| Hex | 8 | 35 | FC | 61 | 4F | 0 | 1 | E5 | 62 | 33 |
| Octal | 10 | 65 | 374 | 141 | 117 | 0 | 1 | 345 | 142 | 63 |
| Binary | 1000 | 110101 | 11111100 | 1100001 | 1001111 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0835FC
Complementary color
Monochromatic Colors of #0835FC
Black with #0835FC
Text Example
Text Example
White with #0835FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0835FC; }
p { color: rgb(8,53,252); }
H1.HeaderClassName
{
color: #0835FC;
}
.AnyTagClassName
{
color: #0835FC;
}
</style>
background-color css
<style>
a { background-color: #0835FC; }
a { background-color: rgb(8,53,252); }
div.DivClassName
{
background-color: #0835FC;
}
.BgClassName
{
background-color: #0835FC;
}
</style>
border-color css
<style>
span { border-color: #0835FC; }
span { border-color: rgb(8,53,252); }
td.TdClassName
{
border-color: #0835FC;
}
.TagClassName
{
border-color: #0835FC;
}
</style>