Shades of Blue #0A3FFD
Tints of Blue #0A3FFD
RGB
CMYK
RGB Variations
Color information
#0A3FFD (or 0x0A3FFD) is known color: Blue. HEX triplet: 0A, 3F and FD. RGB value is (10,63,253). Sum of RGB (Red+Green+Blue) = 10+63+253=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A3FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3FFD is #F5C002. Grayscale: #444444. Windows color (decimal): -16105475 or 16596746. OLE color: 16596746.
HSL color Cylindrical-coordinate representation of color #0A3FFD: hue angle of 226.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3FFD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 63 | 253 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.01 |
| HSL | 226.91º | 0.98% | 0.52% | - |
| HSV(B) | 226.91º | 0.96% | 0.99% | - |
| XYZ | 19.63 | 10.71 | 93.96 | - |
| YUV | 68.81 | 231.94 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 253 | 0.96 | 0.75 | 0 | 0.01 | 226.91 | 0.98 | 0.52 |
| Hex | A | 3F | FD | 60 | 4B | 0 | 1 | E3 | 62 | 34 |
| Octal | 12 | 77 | 375 | 140 | 113 | 0 | 1 | 343 | 142 | 64 |
| Binary | 1010 | 111111 | 11111101 | 1100000 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110100 |
Color Harmonies of #0A3FFD
Complementary color
Monochromatic Colors of #0A3FFD
Black with #0A3FFD
Text Example
Text Example
White with #0A3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3FFD; }
p { color: rgb(10,63,253); }
H1.HeaderClassName
{
color: #0A3FFD;
}
.AnyTagClassName
{
color: #0A3FFD;
}
</style>
background-color css
<style>
a { background-color: #0A3FFD; }
a { background-color: rgb(10,63,253); }
div.DivClassName
{
background-color: #0A3FFD;
}
.BgClassName
{
background-color: #0A3FFD;
}
</style>
border-color css
<style>
span { border-color: #0A3FFD; }
span { border-color: rgb(10,63,253); }
td.TdClassName
{
border-color: #0A3FFD;
}
.TagClassName
{
border-color: #0A3FFD;
}
</style>