Shades of Blue #0A3CFE
Tints of Blue #0A3CFE
RGB
CMYK
RGB Variations
Color information
#0A3CFE (or 0x0A3CFE) is known color: Blue. HEX triplet: 0A, 3C and FE. RGB value is (10,60,254). Sum of RGB (Red+Green+Blue) = 10+60+254=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A3CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CFE is #F5C301. Grayscale: #424242. Windows color (decimal): -16106242 or 16661514. OLE color: 16661514.
HSL color Cylindrical-coordinate representation of color #0A3CFE: hue angle of 227.7º 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 #0A3CFE is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 60 | 254 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.00 |
| HSL | 227.7º | 0.99% | 0.52% | - |
| HSV(B) | 227.7º | 0.96% | 1% | - |
| XYZ | 19.63 | 10.45 | 94.75 | - |
| YUV | 67.17 | 233.44 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 254 | 0.96 | 0.76 | 0 | 0.00 | 227.7 | 0.99 | 0.52 |
| Hex | A | 3C | FE | 60 | 4C | 0 | 0 | E4 | 63 | 34 |
| Octal | 12 | 74 | 376 | 140 | 114 | 0 | 0 | 344 | 143 | 64 |
| Binary | 1010 | 111100 | 11111110 | 1100000 | 1001100 | 0 | 0 | 11100100 | 1100011 | 110100 |
Color Harmonies of #0A3CFE
Complementary color
Monochromatic Colors of #0A3CFE
Black with #0A3CFE
Text Example
Text Example
White with #0A3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3CFE; }
p { color: rgb(10,60,254); }
H1.HeaderClassName
{
color: #0A3CFE;
}
.AnyTagClassName
{
color: #0A3CFE;
}
</style>
background-color css
<style>
a { background-color: #0A3CFE; }
a { background-color: rgb(10,60,254); }
div.DivClassName
{
background-color: #0A3CFE;
}
.BgClassName
{
background-color: #0A3CFE;
}
</style>
border-color css
<style>
span { border-color: #0A3CFE; }
span { border-color: rgb(10,60,254); }
td.TdClassName
{
border-color: #0A3CFE;
}
.TagClassName
{
border-color: #0A3CFE;
}
</style>