Shades of Blue #0A35FB
Tints of Blue #0A35FB
RGB
CMYK
RGB Variations
Color information
#0A35FB (or 0x0A35FB) is known color: Blue. HEX triplet: 0A, 35 and FB. RGB value is (10,53,251). Sum of RGB (Red+Green+Blue) = 10+53+251=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A35FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A35FB is #F5CA04. Grayscale: #3D3D3D. Windows color (decimal): -16108037 or 16463114. OLE color: 16463114.
HSL color Cylindrical-coordinate representation of color #0A35FB: hue angle of 229.29º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A35FB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 53 | 251 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.02 |
| HSL | 229.29º | 0.97% | 0.51% | - |
| HSV(B) | 229.29º | 0.96% | 0.98% | - |
| XYZ | 18.81 | 9.58 | 92.12 | - |
| YUV | 62.72 | 234.25 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 251 | 0.96 | 0.79 | 0 | 0.02 | 229.29 | 0.97 | 0.51 |
| Hex | A | 35 | FB | 60 | 4F | 0 | 2 | E5 | 61 | 33 |
| Octal | 12 | 65 | 373 | 140 | 117 | 0 | 2 | 345 | 141 | 63 |
| Binary | 1010 | 110101 | 11111011 | 1100000 | 1001111 | 0 | 10 | 11100101 | 1100001 | 110011 |
Color Harmonies of #0A35FB
Complementary color
Monochromatic Colors of #0A35FB
Black with #0A35FB
Text Example
Text Example
White with #0A35FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A35FB; }
p { color: rgb(10,53,251); }
H1.HeaderClassName
{
color: #0A35FB;
}
.AnyTagClassName
{
color: #0A35FB;
}
</style>
background-color css
<style>
a { background-color: #0A35FB; }
a { background-color: rgb(10,53,251); }
div.DivClassName
{
background-color: #0A35FB;
}
.BgClassName
{
background-color: #0A35FB;
}
</style>
border-color css
<style>
span { border-color: #0A35FB; }
span { border-color: rgb(10,53,251); }
td.TdClassName
{
border-color: #0A35FB;
}
.TagClassName
{
border-color: #0A35FB;
}
</style>