Shades of Blue #013AFD
Tints of Blue #013AFD
RGB
CMYK
RGB Variations
Color information
#013AFD (or 0x013AFD) is known color: Blue. HEX triplet: 01, 3A and FD. RGB value is (1,58,253). Sum of RGB (Red+Green+Blue) = 1+58+253=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #013AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AFD is #FEC502. Grayscale: #3E3E3E. Windows color (decimal): -16696579 or 16595457. OLE color: 16595457.
HSL color Cylindrical-coordinate representation of color #013AFD: hue angle of 226.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AFD is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 58 | 253 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.01 |
| HSL | 226.43º | 0.99% | 0.5% | - |
| HSV(B) | 226.43º | 1% | 0.99% | - |
| XYZ | 19.26 | 10.12 | 93.87 | - |
| YUV | 63.19 | 235.12 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 253 | 1.00 | 0.77 | 0 | 0.01 | 226.43 | 0.99 | 0.5 |
| Hex | 1 | 3A | FD | 64 | 4D | 0 | 1 | E2 | 63 | 32 |
| Octal | 1 | 72 | 375 | 144 | 115 | 0 | 1 | 342 | 143 | 62 |
| Binary | 1 | 111010 | 11111101 | 1100100 | 1001101 | 0 | 1 | 11100010 | 1100011 | 110010 |
Color Harmonies of #013AFD
Complementary color
Monochromatic Colors of #013AFD
Black with #013AFD
Text Example
Text Example
White with #013AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AFD; }
p { color: rgb(1,58,253); }
H1.HeaderClassName
{
color: #013AFD;
}
.AnyTagClassName
{
color: #013AFD;
}
</style>
background-color css
<style>
a { background-color: #013AFD; }
a { background-color: rgb(1,58,253); }
div.DivClassName
{
background-color: #013AFD;
}
.BgClassName
{
background-color: #013AFD;
}
</style>
border-color css
<style>
span { border-color: #013AFD; }
span { border-color: rgb(1,58,253); }
td.TdClassName
{
border-color: #013AFD;
}
.TagClassName
{
border-color: #013AFD;
}
</style>