Shades of Blue #0833FB
Tints of Blue #0833FB
RGB
CMYK
RGB Variations
Color information
#0833FB (or 0x0833FB) is known color: Blue. HEX triplet: 08, 33 and FB. RGB value is (8,51,251). Sum of RGB (Red+Green+Blue) = 8+51+251=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #0833FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0833FB is #F7CC04. Grayscale: #3C3C3C. Windows color (decimal): -16239621 or 16462600. OLE color: 16462600.
HSL color Cylindrical-coordinate representation of color #0833FB: hue angle of 229.38º 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 #0833FB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 51 | 251 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.02 |
| HSL | 229.38º | 0.97% | 0.51% | - |
| HSV(B) | 229.38º | 0.97% | 0.98% | - |
| XYZ | 18.7 | 9.38 | 92.09 | - |
| YUV | 60.94 | 235.25 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 251 | 0.97 | 0.80 | 0 | 0.02 | 229.38 | 0.97 | 0.51 |
| Hex | 8 | 33 | FB | 61 | 50 | 0 | 2 | E5 | 61 | 33 |
| Octal | 10 | 63 | 373 | 141 | 120 | 0 | 2 | 345 | 141 | 63 |
| Binary | 1000 | 110011 | 11111011 | 1100001 | 1010000 | 0 | 10 | 11100101 | 1100001 | 110011 |
Color Harmonies of #0833FB
Complementary color
Monochromatic Colors of #0833FB
Black with #0833FB
Text Example
Text Example
White with #0833FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0833FB; }
p { color: rgb(8,51,251); }
H1.HeaderClassName
{
color: #0833FB;
}
.AnyTagClassName
{
color: #0833FB;
}
</style>
background-color css
<style>
a { background-color: #0833FB; }
a { background-color: rgb(8,51,251); }
div.DivClassName
{
background-color: #0833FB;
}
.BgClassName
{
background-color: #0833FB;
}
</style>
border-color css
<style>
span { border-color: #0833FB; }
span { border-color: rgb(8,51,251); }
td.TdClassName
{
border-color: #0833FB;
}
.TagClassName
{
border-color: #0833FB;
}
</style>