Shades of Blue #2A01FF
Tints of Blue #2A01FF
RGB
CMYK
RGB Variations
Color information
#2A01FF (or 0x2A01FF) is known color: Blue. HEX triplet: 2A, 01 and FF. RGB value is (42,1,255). Sum of RGB (Red+Green+Blue) = 42+1+255=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A01FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A01FF is #D5FE00. Grayscale: #292929. Windows color (decimal): -14024193 or 16711978. OLE color: 16711978.
HSL color Cylindrical-coordinate representation of color #2A01FF: hue angle of 249.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A01FF is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 1 | 255 | - |
| CMYK | 0.84 | 1.00 | 0 | 0 |
| HSL | 249.69º | 1% | 0.5% | - |
| HSV(B) | 249.69º | 1% | 1% | - |
| XYZ | 19.02 | 7.73 | 95.1 | - |
| YUV | 42.22 | 248.08 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 255 | 0.84 | 1.00 | 0 | 0 | 249.69 | 1 | 0.5 |
| Hex | 2A | 1 | FF | 54 | 64 | 0 | 0 | FA | 64 | 32 |
| Octal | 52 | 1 | 377 | 124 | 144 | 0 | 0 | 372 | 144 | 62 |
| Binary | 101010 | 1 | 11111111 | 1010100 | 1100100 | 0 | 0 | 11111010 | 1100100 | 110010 |
Color Harmonies of #2A01FF
Complementary color
Monochromatic Colors of #2A01FF
Black with #2A01FF
Text Example
Text Example
White with #2A01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A01FF; }
p { color: rgb(42,1,255); }
H1.HeaderClassName
{
color: #2A01FF;
}
.AnyTagClassName
{
color: #2A01FF;
}
</style>
background-color css
<style>
a { background-color: #2A01FF; }
a { background-color: rgb(42,1,255); }
div.DivClassName
{
background-color: #2A01FF;
}
.BgClassName
{
background-color: #2A01FF;
}
</style>
border-color css
<style>
span { border-color: #2A01FF; }
span { border-color: rgb(42,1,255); }
td.TdClassName
{
border-color: #2A01FF;
}
.TagClassName
{
border-color: #2A01FF;
}
</style>