Shades of Blue #0830FB
Tints of Blue #0830FB
RGB
CMYK
RGB Variations
Color information
#0830FB (or 0x0830FB) is known color: Blue. HEX triplet: 08, 30 and FB. RGB value is (8,48,251). Sum of RGB (Red+Green+Blue) = 8+48+251=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #0830FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0830FB is #F7CF04. Grayscale: #3A3A3A. Windows color (decimal): -16240389 or 16461832. OLE color: 16461832.
HSL color Cylindrical-coordinate representation of color #0830FB: hue angle of 230.12º 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 #0830FB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 48 | 251 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.02 |
| HSL | 230.12º | 0.97% | 0.51% | - |
| HSV(B) | 230.12º | 0.97% | 0.98% | - |
| XYZ | 18.57 | 9.13 | 92.05 | - |
| YUV | 59.18 | 236.25 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 251 | 0.97 | 0.81 | 0 | 0.02 | 230.12 | 0.97 | 0.51 |
| Hex | 8 | 30 | FB | 61 | 51 | 0 | 2 | E6 | 61 | 33 |
| Octal | 10 | 60 | 373 | 141 | 121 | 0 | 2 | 346 | 141 | 63 |
| Binary | 1000 | 110000 | 11111011 | 1100001 | 1010001 | 0 | 10 | 11100110 | 1100001 | 110011 |
Color Harmonies of #0830FB
Complementary color
Monochromatic Colors of #0830FB
Black with #0830FB
Text Example
Text Example
White with #0830FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0830FB; }
p { color: rgb(8,48,251); }
H1.HeaderClassName
{
color: #0830FB;
}
.AnyTagClassName
{
color: #0830FB;
}
</style>
background-color css
<style>
a { background-color: #0830FB; }
a { background-color: rgb(8,48,251); }
div.DivClassName
{
background-color: #0830FB;
}
.BgClassName
{
background-color: #0830FB;
}
</style>
border-color css
<style>
span { border-color: #0830FB; }
span { border-color: rgb(8,48,251); }
td.TdClassName
{
border-color: #0830FB;
}
.TagClassName
{
border-color: #0830FB;
}
</style>