Shades of Blue #0A3DFE
Tints of Blue #0A3DFE
RGB
CMYK
RGB Variations
Color information
#0A3DFE (or 0x0A3DFE) is known color: Blue. HEX triplet: 0A, 3D and FE. RGB value is (10,61,254). Sum of RGB (Red+Green+Blue) = 10+61+254=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A3DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3DFE is #F5C201. Grayscale: #424242. Windows color (decimal): -16105986 or 16661770. OLE color: 16661770.
HSL color Cylindrical-coordinate representation of color #0A3DFE: hue angle of 227.46º 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 #0A3DFE is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 61 | 254 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.00 |
| HSL | 227.46º | 0.99% | 0.52% | - |
| HSV(B) | 227.46º | 0.96% | 1% | - |
| XYZ | 19.68 | 10.56 | 94.77 | - |
| YUV | 67.75 | 233.1 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 254 | 0.96 | 0.76 | 0 | 0.00 | 227.46 | 0.99 | 0.52 |
| Hex | A | 3D | FE | 60 | 4C | 0 | 0 | E3 | 63 | 34 |
| Octal | 12 | 75 | 376 | 140 | 114 | 0 | 0 | 343 | 143 | 64 |
| Binary | 1010 | 111101 | 11111110 | 1100000 | 1001100 | 0 | 0 | 11100011 | 1100011 | 110100 |
Color Harmonies of #0A3DFE
Complementary color
Monochromatic Colors of #0A3DFE
Black with #0A3DFE
Text Example
Text Example
White with #0A3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3DFE; }
p { color: rgb(10,61,254); }
H1.HeaderClassName
{
color: #0A3DFE;
}
.AnyTagClassName
{
color: #0A3DFE;
}
</style>
background-color css
<style>
a { background-color: #0A3DFE; }
a { background-color: rgb(10,61,254); }
div.DivClassName
{
background-color: #0A3DFE;
}
.BgClassName
{
background-color: #0A3DFE;
}
</style>
border-color css
<style>
span { border-color: #0A3DFE; }
span { border-color: rgb(10,61,254); }
td.TdClassName
{
border-color: #0A3DFE;
}
.TagClassName
{
border-color: #0A3DFE;
}
</style>