Shades of Blue #0837FC
Tints of Blue #0837FC
RGB
CMYK
RGB Variations
Color information
#0837FC (or 0x0837FC) is known color: Blue. HEX triplet: 08, 37 and FC. RGB value is (8,55,252). Sum of RGB (Red+Green+Blue) = 8+55+252=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #0837FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0837FC is #F7C803. Grayscale: #3E3E3E. Windows color (decimal): -16238596 or 16529160. OLE color: 16529160.
HSL color Cylindrical-coordinate representation of color #0837FC: hue angle of 228.44º 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 #0837FC is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 55 | 252 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.01 |
| HSL | 228.44º | 0.98% | 0.51% | - |
| HSV(B) | 228.44º | 0.97% | 0.99% | - |
| XYZ | 19.04 | 9.81 | 92.99 | - |
| YUV | 63.41 | 234.43 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 252 | 0.97 | 0.78 | 0 | 0.01 | 228.44 | 0.98 | 0.51 |
| Hex | 8 | 37 | FC | 61 | 4E | 0 | 1 | E4 | 62 | 33 |
| Octal | 10 | 67 | 374 | 141 | 116 | 0 | 1 | 344 | 142 | 63 |
| Binary | 1000 | 110111 | 11111100 | 1100001 | 1001110 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0837FC
Complementary color
Monochromatic Colors of #0837FC
Black with #0837FC
Text Example
Text Example
White with #0837FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837FC; }
p { color: rgb(8,55,252); }
H1.HeaderClassName
{
color: #0837FC;
}
.AnyTagClassName
{
color: #0837FC;
}
</style>
background-color css
<style>
a { background-color: #0837FC; }
a { background-color: rgb(8,55,252); }
div.DivClassName
{
background-color: #0837FC;
}
.BgClassName
{
background-color: #0837FC;
}
</style>
border-color css
<style>
span { border-color: #0837FC; }
span { border-color: rgb(8,55,252); }
td.TdClassName
{
border-color: #0837FC;
}
.TagClassName
{
border-color: #0837FC;
}
</style>