Shades of Blue #0A3FFE
Tints of Blue #0A3FFE
RGB
CMYK
RGB Variations
Color information
#0A3FFE (or 0x0A3FFE) is known color: Blue. HEX triplet: 0A, 3F and FE. RGB value is (10,63,254). Sum of RGB (Red+Green+Blue) = 10+63+254=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A3FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3FFE is #F5C001. Grayscale: #444444. Windows color (decimal): -16105474 or 16662282. OLE color: 16662282.
HSL color Cylindrical-coordinate representation of color #0A3FFE: hue angle of 226.97º 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 #0A3FFE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 63 | 254 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.00 |
| HSL | 226.97º | 0.99% | 0.52% | - |
| HSV(B) | 226.97º | 0.96% | 1% | - |
| XYZ | 19.79 | 10.78 | 94.8 | - |
| YUV | 68.93 | 232.44 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 254 | 0.96 | 0.75 | 0 | 0.00 | 226.97 | 0.99 | 0.52 |
| Hex | A | 3F | FE | 60 | 4B | 0 | 0 | E3 | 63 | 34 |
| Octal | 12 | 77 | 376 | 140 | 113 | 0 | 0 | 343 | 143 | 64 |
| Binary | 1010 | 111111 | 11111110 | 1100000 | 1001011 | 0 | 0 | 11100011 | 1100011 | 110100 |
Color Harmonies of #0A3FFE
Complementary color
Monochromatic Colors of #0A3FFE
Black with #0A3FFE
Text Example
Text Example
White with #0A3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3FFE; }
p { color: rgb(10,63,254); }
H1.HeaderClassName
{
color: #0A3FFE;
}
.AnyTagClassName
{
color: #0A3FFE;
}
</style>
background-color css
<style>
a { background-color: #0A3FFE; }
a { background-color: rgb(10,63,254); }
div.DivClassName
{
background-color: #0A3FFE;
}
.BgClassName
{
background-color: #0A3FFE;
}
</style>
border-color css
<style>
span { border-color: #0A3FFE; }
span { border-color: rgb(10,63,254); }
td.TdClassName
{
border-color: #0A3FFE;
}
.TagClassName
{
border-color: #0A3FFE;
}
</style>