Shades of Blue #0A30FE
Tints of Blue #0A30FE
RGB
CMYK
RGB Variations
Color information
#0A30FE (or 0x0A30FE) is known color: Blue. HEX triplet: 0A, 30 and FE. RGB value is (10,48,254). Sum of RGB (Red+Green+Blue) = 10+48+254=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A30FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A30FE is #F5CF01. Grayscale: #3B3B3B. Windows color (decimal): -16109314 or 16658442. OLE color: 16658442.
HSL color Cylindrical-coordinate representation of color #0A30FE: hue angle of 230.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A30FE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 48 | 254 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.00 |
| HSL | 230.66º | 0.99% | 0.52% | - |
| HSV(B) | 230.66º | 0.96% | 1% | - |
| XYZ | 19.07 | 9.33 | 94.56 | - |
| YUV | 60.12 | 237.41 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 254 | 0.96 | 0.81 | 0 | 0.00 | 230.66 | 0.99 | 0.52 |
| Hex | A | 30 | FE | 60 | 51 | 0 | 0 | E7 | 63 | 34 |
| Octal | 12 | 60 | 376 | 140 | 121 | 0 | 0 | 347 | 143 | 64 |
| Binary | 1010 | 110000 | 11111110 | 1100000 | 1010001 | 0 | 0 | 11100111 | 1100011 | 110100 |
Color Harmonies of #0A30FE
Complementary color
Monochromatic Colors of #0A30FE
Black with #0A30FE
Text Example
Text Example
White with #0A30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A30FE; }
p { color: rgb(10,48,254); }
H1.HeaderClassName
{
color: #0A30FE;
}
.AnyTagClassName
{
color: #0A30FE;
}
</style>
background-color css
<style>
a { background-color: #0A30FE; }
a { background-color: rgb(10,48,254); }
div.DivClassName
{
background-color: #0A30FE;
}
.BgClassName
{
background-color: #0A30FE;
}
</style>
border-color css
<style>
span { border-color: #0A30FE; }
span { border-color: rgb(10,48,254); }
td.TdClassName
{
border-color: #0A30FE;
}
.TagClassName
{
border-color: #0A30FE;
}
</style>