Shades of Blue #0A36FD
Tints of Blue #0A36FD
RGB
CMYK
RGB Variations
Color information
#0A36FD (or 0x0A36FD) is known color: Blue. HEX triplet: 0A, 36 and FD. RGB value is (10,54,253). Sum of RGB (Red+Green+Blue) = 10+54+253=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A36FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A36FD is #F5C902. Grayscale: #3E3E3E. Windows color (decimal): -16107779 or 16594442. OLE color: 16594442.
HSL color Cylindrical-coordinate representation of color #0A36FD: hue angle of 229.14º 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 #0A36FD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 54 | 253 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.01 |
| HSL | 229.14º | 0.98% | 0.52% | - |
| HSV(B) | 229.14º | 0.96% | 0.99% | - |
| XYZ | 19.17 | 9.79 | 93.81 | - |
| YUV | 63.53 | 234.92 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 253 | 0.96 | 0.79 | 0 | 0.01 | 229.14 | 0.98 | 0.52 |
| Hex | A | 36 | FD | 60 | 4F | 0 | 1 | E5 | 62 | 34 |
| Octal | 12 | 66 | 375 | 140 | 117 | 0 | 1 | 345 | 142 | 64 |
| Binary | 1010 | 110110 | 11111101 | 1100000 | 1001111 | 0 | 1 | 11100101 | 1100010 | 110100 |
Color Harmonies of #0A36FD
Complementary color
Monochromatic Colors of #0A36FD
Black with #0A36FD
Text Example
Text Example
White with #0A36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A36FD; }
p { color: rgb(10,54,253); }
H1.HeaderClassName
{
color: #0A36FD;
}
.AnyTagClassName
{
color: #0A36FD;
}
</style>
background-color css
<style>
a { background-color: #0A36FD; }
a { background-color: rgb(10,54,253); }
div.DivClassName
{
background-color: #0A36FD;
}
.BgClassName
{
background-color: #0A36FD;
}
</style>
border-color css
<style>
span { border-color: #0A36FD; }
span { border-color: rgb(10,54,253); }
td.TdClassName
{
border-color: #0A36FD;
}
.TagClassName
{
border-color: #0A36FD;
}
</style>