Shades of Blue #2A00FF
Tints of Blue #2A00FF
RGB
CMYK
RGB Variations
Color information
#2A00FF (or 0x2A00FF) is known color: Blue. HEX triplet: 2A, 00 and FF. RGB value is (42,0,255). Sum of RGB (Red+Green+Blue) = 42+0+255=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A00FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A00FF is #D5FF00. Grayscale: #282828. Windows color (decimal): -14024449 or 16711722. OLE color: 16711722.
HSL color Cylindrical-coordinate representation of color #2A00FF: hue angle of 249.88º 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 #2A00FF is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 0 | 255 | - |
| CMYK | 0.84 | 1 | 0 | 0 |
| HSL | 249.88º | 1% | 0.5% | - |
| HSV(B) | 249.88º | 1% | 1% | - |
| XYZ | 19 | 7.71 | 95.09 | - |
| YUV | 41.63 | 248.41 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 255 | 0.84 | 1 | 0 | 0 | 249.88 | 1 | 0.5 |
| Hex | 2A | 0 | FF | 54 | 64 | 0 | 0 | FA | 64 | 32 |
| Octal | 52 | 0 | 377 | 124 | 144 | 0 | 0 | 372 | 144 | 62 |
| Binary | 101010 | 0 | 11111111 | 1010100 | 1100100 | 0 | 0 | 11111010 | 1100100 | 110010 |
Color Harmonies of #2A00FF
Complementary color
Monochromatic Colors of #2A00FF
Black with #2A00FF
Text Example
Text Example
White with #2A00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00FF; }
p { color: rgb(42,0,255); }
H1.HeaderClassName
{
color: #2A00FF;
}
.AnyTagClassName
{
color: #2A00FF;
}
</style>
background-color css
<style>
a { background-color: #2A00FF; }
a { background-color: rgb(42,0,255); }
div.DivClassName
{
background-color: #2A00FF;
}
.BgClassName
{
background-color: #2A00FF;
}
</style>
border-color css
<style>
span { border-color: #2A00FF; }
span { border-color: rgb(42,0,255); }
td.TdClassName
{
border-color: #2A00FF;
}
.TagClassName
{
border-color: #2A00FF;
}
</style>