Shades of Blue #0830FE
Tints of Blue #0830FE
RGB
CMYK
RGB Variations
Color information
#0830FE (or 0x0830FE) is known color: Blue. HEX triplet: 08, 30 and FE. RGB value is (8,48,254). Sum of RGB (Red+Green+Blue) = 8+48+254=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #0830FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0830FE is #F7CF01. Grayscale: #3A3A3A. Windows color (decimal): -16240386 or 16658440. OLE color: 16658440.
HSL color Cylindrical-coordinate representation of color #0830FE: hue angle of 230.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0830FE is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 48 | 254 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.00 |
| HSL | 230.24º | 0.99% | 0.51% | - |
| HSV(B) | 230.24º | 0.97% | 1% | - |
| XYZ | 19.05 | 9.32 | 94.56 | - |
| YUV | 59.52 | 237.75 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 254 | 0.97 | 0.81 | 0 | 0.00 | 230.24 | 0.99 | 0.51 |
| Hex | 8 | 30 | FE | 61 | 51 | 0 | 0 | E6 | 63 | 33 |
| Octal | 10 | 60 | 376 | 141 | 121 | 0 | 0 | 346 | 143 | 63 |
| Binary | 1000 | 110000 | 11111110 | 1100001 | 1010001 | 0 | 0 | 11100110 | 1100011 | 110011 |
Color Harmonies of #0830FE
Complementary color
Monochromatic Colors of #0830FE
Black with #0830FE
Text Example
Text Example
White with #0830FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0830FE; }
p { color: rgb(8,48,254); }
H1.HeaderClassName
{
color: #0830FE;
}
.AnyTagClassName
{
color: #0830FE;
}
</style>
background-color css
<style>
a { background-color: #0830FE; }
a { background-color: rgb(8,48,254); }
div.DivClassName
{
background-color: #0830FE;
}
.BgClassName
{
background-color: #0830FE;
}
</style>
border-color css
<style>
span { border-color: #0830FE; }
span { border-color: rgb(8,48,254); }
td.TdClassName
{
border-color: #0830FE;
}
.TagClassName
{
border-color: #0830FE;
}
</style>