Shades of Blue #0A3DFF
Tints of Blue #0A3DFF
RGB
CMYK
RGB Variations
Color information
#0A3DFF (or 0x0A3DFF) is known color: Blue. HEX triplet: 0A, 3D and FF. RGB value is (10,61,255). Sum of RGB (Red+Green+Blue) = 10+61+255=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A3DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3DFF is #F5C200. Grayscale: #434343. Windows color (decimal): -16105985 or 16727306. OLE color: 16727306.
HSL color Cylindrical-coordinate representation of color #0A3DFF: hue angle of 227.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3DFF is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 61 | 255 | - |
| CMYK | 0.96 | 0.76 | 0 | 0 |
| HSL | 227.51º | 1% | 0.52% | - |
| HSV(B) | 227.51º | 0.96% | 1% | - |
| XYZ | 19.84 | 10.62 | 95.61 | - |
| YUV | 67.87 | 233.6 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 255 | 0.96 | 0.76 | 0 | 0 | 227.51 | 1 | 0.52 |
| Hex | A | 3D | FF | 60 | 4C | 0 | 0 | E4 | 64 | 34 |
| Octal | 12 | 75 | 377 | 140 | 114 | 0 | 0 | 344 | 144 | 64 |
| Binary | 1010 | 111101 | 11111111 | 1100000 | 1001100 | 0 | 0 | 11100100 | 1100100 | 110100 |
Color Harmonies of #0A3DFF
Complementary color
Monochromatic Colors of #0A3DFF
Black with #0A3DFF
Text Example
Text Example
White with #0A3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3DFF; }
p { color: rgb(10,61,255); }
H1.HeaderClassName
{
color: #0A3DFF;
}
.AnyTagClassName
{
color: #0A3DFF;
}
</style>
background-color css
<style>
a { background-color: #0A3DFF; }
a { background-color: rgb(10,61,255); }
div.DivClassName
{
background-color: #0A3DFF;
}
.BgClassName
{
background-color: #0A3DFF;
}
</style>
border-color css
<style>
span { border-color: #0A3DFF; }
span { border-color: rgb(10,61,255); }
td.TdClassName
{
border-color: #0A3DFF;
}
.TagClassName
{
border-color: #0A3DFF;
}
</style>