Shades of Blue #0A30FC
Tints of Blue #0A30FC
RGB
CMYK
RGB Variations
Color information
#0A30FC (or 0x0A30FC) is known color: Blue. HEX triplet: 0A, 30 and FC. RGB value is (10,48,252). Sum of RGB (Red+Green+Blue) = 10+48+252=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 252 (98.83% from 255 or 81.29% from 310); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A30FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A30FC is #F5CF03. Grayscale: #3B3B3B. Windows color (decimal): -16109316 or 16527370. OLE color: 16527370.
HSL color Cylindrical-coordinate representation of color #0A30FC: hue angle of 230.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A30FC is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 48 | 252 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.01 |
| HSL | 230.58º | 0.98% | 0.51% | - |
| HSV(B) | 230.58º | 0.96% | 0.99% | - |
| XYZ | 18.75 | 9.21 | 92.88 | - |
| YUV | 59.89 | 236.41 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 252 | 0.96 | 0.81 | 0 | 0.01 | 230.58 | 0.98 | 0.51 |
| Hex | A | 30 | FC | 60 | 51 | 0 | 1 | E7 | 62 | 33 |
| Octal | 12 | 60 | 374 | 140 | 121 | 0 | 1 | 347 | 142 | 63 |
| Binary | 1010 | 110000 | 11111100 | 1100000 | 1010001 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #0A30FC
Complementary color
Monochromatic Colors of #0A30FC
Black with #0A30FC
Text Example
Text Example
White with #0A30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A30FC; }
p { color: rgb(10,48,252); }
H1.HeaderClassName
{
color: #0A30FC;
}
.AnyTagClassName
{
color: #0A30FC;
}
</style>
background-color css
<style>
a { background-color: #0A30FC; }
a { background-color: rgb(10,48,252); }
div.DivClassName
{
background-color: #0A30FC;
}
.BgClassName
{
background-color: #0A30FC;
}
</style>
border-color css
<style>
span { border-color: #0A30FC; }
span { border-color: rgb(10,48,252); }
td.TdClassName
{
border-color: #0A30FC;
}
.TagClassName
{
border-color: #0A30FC;
}
</style>