Shades of Blue #0829FD
Tints of Blue #0829FD
RGB
CMYK
RGB Variations
Color information
#0829FD (or 0x0829FD) is known color: Blue. HEX triplet: 08, 29 and FD. RGB value is (8,41,253). Sum of RGB (Red+Green+Blue) = 8+41+253=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #0829FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829FD is #F7D602. Grayscale: #363636. Windows color (decimal): -16242179 or 16591112. OLE color: 16591112.
HSL color Cylindrical-coordinate representation of color #0829FD: hue angle of 231.92º 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 #0829FD is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 41 | 253 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.01 |
| HSL | 231.92º | 0.98% | 0.51% | - |
| HSV(B) | 231.92º | 0.97% | 0.99% | - |
| XYZ | 18.62 | 8.73 | 93.63 | - |
| YUV | 55.3 | 239.57 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 253 | 0.97 | 0.84 | 0 | 0.01 | 231.92 | 0.98 | 0.51 |
| Hex | 8 | 29 | FD | 61 | 54 | 0 | 1 | E8 | 62 | 33 |
| Octal | 10 | 51 | 375 | 141 | 124 | 0 | 1 | 350 | 142 | 63 |
| Binary | 1000 | 101001 | 11111101 | 1100001 | 1010100 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #0829FD
Complementary color
Monochromatic Colors of #0829FD
Black with #0829FD
Text Example
Text Example
White with #0829FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829FD; }
p { color: rgb(8,41,253); }
H1.HeaderClassName
{
color: #0829FD;
}
.AnyTagClassName
{
color: #0829FD;
}
</style>
background-color css
<style>
a { background-color: #0829FD; }
a { background-color: rgb(8,41,253); }
div.DivClassName
{
background-color: #0829FD;
}
.BgClassName
{
background-color: #0829FD;
}
</style>
border-color css
<style>
span { border-color: #0829FD; }
span { border-color: rgb(8,41,253); }
td.TdClassName
{
border-color: #0829FD;
}
.TagClassName
{
border-color: #0829FD;
}
</style>