Shades of Blue #2A00FE
Tints of Blue #2A00FE
RGB
CMYK
RGB Variations
Color information
#2A00FE (or 0x2A00FE) is known color: Blue. HEX triplet: 2A, 00 and FE. RGB value is (42,0,254). Sum of RGB (Red+Green+Blue) = 42+0+254=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 254 (99.61% from 255 or 85.81% from 296); Max value from RGB is 254 - color contains mainly: blue. Hex color #2A00FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A00FE is #D5FF01. Grayscale: #282828. Windows color (decimal): -14024450 or 16646186. OLE color: 16646186.
HSL color Cylindrical-coordinate representation of color #2A00FE: hue angle of 249.92º 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 #2A00FE is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 0 | 254 | - |
| CMYK | 0.83 | 1 | 0 | 0.00 |
| HSL | 249.92º | 1% | 0.5% | - |
| HSV(B) | 249.92º | 1% | 1% | - |
| XYZ | 18.84 | 7.65 | 94.25 | - |
| YUV | 41.51 | 247.91 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 254 | 0.83 | 1 | 0 | 0.00 | 249.92 | 1 | 0.5 |
| Hex | 2A | 0 | FE | 53 | 64 | 0 | 0 | FA | 64 | 32 |
| Octal | 52 | 0 | 376 | 123 | 144 | 0 | 0 | 372 | 144 | 62 |
| Binary | 101010 | 0 | 11111110 | 1010011 | 1100100 | 0 | 0 | 11111010 | 1100100 | 110010 |
Color Harmonies of #2A00FE
Complementary color
Monochromatic Colors of #2A00FE
Black with #2A00FE
Text Example
Text Example
White with #2A00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00FE; }
p { color: rgb(42,0,254); }
H1.HeaderClassName
{
color: #2A00FE;
}
.AnyTagClassName
{
color: #2A00FE;
}
</style>
background-color css
<style>
a { background-color: #2A00FE; }
a { background-color: rgb(42,0,254); }
div.DivClassName
{
background-color: #2A00FE;
}
.BgClassName
{
background-color: #2A00FE;
}
</style>
border-color css
<style>
span { border-color: #2A00FE; }
span { border-color: rgb(42,0,254); }
td.TdClassName
{
border-color: #2A00FE;
}
.TagClassName
{
border-color: #2A00FE;
}
</style>