Shades of Blue #0826FB
Tints of Blue #0826FB
RGB
CMYK
RGB Variations
Color information
#0826FB (or 0x0826FB) is known color: Blue. HEX triplet: 08, 26 and FB. RGB value is (8,38,251). Sum of RGB (Red+Green+Blue) = 8+38+251=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #0826FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0826FB is #F7D904. Grayscale: #343434. Windows color (decimal): -16242949 or 16459272. OLE color: 16459272.
HSL color Cylindrical-coordinate representation of color #0826FB: hue angle of 232.59º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0826FB is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 38 | 251 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.02 |
| HSL | 232.59º | 0.97% | 0.51% | - |
| HSV(B) | 232.59º | 0.97% | 0.98% | - |
| XYZ | 18.21 | 8.4 | 91.93 | - |
| YUV | 53.31 | 239.56 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 251 | 0.97 | 0.85 | 0 | 0.02 | 232.59 | 0.97 | 0.51 |
| Hex | 8 | 26 | FB | 61 | 55 | 0 | 2 | E9 | 61 | 33 |
| Octal | 10 | 46 | 373 | 141 | 125 | 0 | 2 | 351 | 141 | 63 |
| Binary | 1000 | 100110 | 11111011 | 1100001 | 1010101 | 0 | 10 | 11101001 | 1100001 | 110011 |
Color Harmonies of #0826FB
Complementary color
Monochromatic Colors of #0826FB
Black with #0826FB
Text Example
Text Example
White with #0826FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0826FB; }
p { color: rgb(8,38,251); }
H1.HeaderClassName
{
color: #0826FB;
}
.AnyTagClassName
{
color: #0826FB;
}
</style>
background-color css
<style>
a { background-color: #0826FB; }
a { background-color: rgb(8,38,251); }
div.DivClassName
{
background-color: #0826FB;
}
.BgClassName
{
background-color: #0826FB;
}
</style>
border-color css
<style>
span { border-color: #0826FB; }
span { border-color: rgb(8,38,251); }
td.TdClassName
{
border-color: #0826FB;
}
.TagClassName
{
border-color: #0826FB;
}
</style>