Shades of Blue #0A3CFC
Tints of Blue #0A3CFC
RGB
CMYK
RGB Variations
Color information
#0A3CFC (or 0x0A3CFC) is known color: Blue. HEX triplet: 0A, 3C and FC. RGB value is (10,60,252). Sum of RGB (Red+Green+Blue) = 10+60+252=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A3CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CFC is #F5C303. Grayscale: #424242. Windows color (decimal): -16106244 or 16530442. OLE color: 16530442.
HSL color Cylindrical-coordinate representation of color #0A3CFC: hue angle of 227.6º 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 #0A3CFC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 60 | 252 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.01 |
| HSL | 227.6º | 0.98% | 0.51% | - |
| HSV(B) | 227.6º | 0.96% | 0.99% | - |
| XYZ | 19.31 | 10.32 | 93.07 | - |
| YUV | 66.94 | 232.44 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 252 | 0.96 | 0.76 | 0 | 0.01 | 227.6 | 0.98 | 0.51 |
| Hex | A | 3C | FC | 60 | 4C | 0 | 1 | E4 | 62 | 33 |
| Octal | 12 | 74 | 374 | 140 | 114 | 0 | 1 | 344 | 142 | 63 |
| Binary | 1010 | 111100 | 11111100 | 1100000 | 1001100 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0A3CFC
Complementary color
Monochromatic Colors of #0A3CFC
Black with #0A3CFC
Text Example
Text Example
White with #0A3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3CFC; }
p { color: rgb(10,60,252); }
H1.HeaderClassName
{
color: #0A3CFC;
}
.AnyTagClassName
{
color: #0A3CFC;
}
</style>
background-color css
<style>
a { background-color: #0A3CFC; }
a { background-color: rgb(10,60,252); }
div.DivClassName
{
background-color: #0A3CFC;
}
.BgClassName
{
background-color: #0A3CFC;
}
</style>
border-color css
<style>
span { border-color: #0A3CFC; }
span { border-color: rgb(10,60,252); }
td.TdClassName
{
border-color: #0A3CFC;
}
.TagClassName
{
border-color: #0A3CFC;
}
</style>