Shades of Blue #0829FB
Tints of Blue #0829FB
RGB
CMYK
RGB Variations
Color information
#0829FB (or 0x0829FB) is known color: Blue. HEX triplet: 08, 29 and FB. RGB value is (8,41,251). Sum of RGB (Red+Green+Blue) = 8+41+251=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #0829FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829FB is #F7D604. Grayscale: #363636. Windows color (decimal): -16242181 or 16460040. OLE color: 16460040.
HSL color Cylindrical-coordinate representation of color #0829FB: hue angle of 231.85º 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 #0829FB is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 41 | 251 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.02 |
| HSL | 231.85º | 0.97% | 0.51% | - |
| HSV(B) | 231.85º | 0.97% | 0.98% | - |
| XYZ | 18.31 | 8.6 | 91.96 | - |
| YUV | 55.07 | 238.57 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 251 | 0.97 | 0.84 | 0 | 0.02 | 231.85 | 0.97 | 0.51 |
| Hex | 8 | 29 | FB | 61 | 54 | 0 | 2 | E8 | 61 | 33 |
| Octal | 10 | 51 | 373 | 141 | 124 | 0 | 2 | 350 | 141 | 63 |
| Binary | 1000 | 101001 | 11111011 | 1100001 | 1010100 | 0 | 10 | 11101000 | 1100001 | 110011 |
Color Harmonies of #0829FB
Complementary color
Monochromatic Colors of #0829FB
Black with #0829FB
Text Example
Text Example
White with #0829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829FB; }
p { color: rgb(8,41,251); }
H1.HeaderClassName
{
color: #0829FB;
}
.AnyTagClassName
{
color: #0829FB;
}
</style>
background-color css
<style>
a { background-color: #0829FB; }
a { background-color: rgb(8,41,251); }
div.DivClassName
{
background-color: #0829FB;
}
.BgClassName
{
background-color: #0829FB;
}
</style>
border-color css
<style>
span { border-color: #0829FB; }
span { border-color: rgb(8,41,251); }
td.TdClassName
{
border-color: #0829FB;
}
.TagClassName
{
border-color: #0829FB;
}
</style>