Shades of Blue #2A00EB
Tints of Blue #2A00EB
RGB
CMYK
RGB Variations
Color information
#2A00EB (or 0x2A00EB) is known color: Blue. HEX triplet: 2A, 00 and EB. RGB value is (42,0,235). Sum of RGB (Red+Green+Blue) = 42+0+235=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A00EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A00EB is #D5FF14. Grayscale: #262626. Windows color (decimal): -14024469 or 15401002. OLE color: 15401002.
HSL color Cylindrical-coordinate representation of color #2A00EB: hue angle of 250.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00EB is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 0 | 235 | - |
| CMYK | 0.82 | 1 | 0 | 0.08 |
| HSL | 250.72º | 1% | 0.46% | - |
| HSV(B) | 250.72º | 1% | 0.92% | - |
| XYZ | 15.95 | 6.49 | 79.01 | - |
| YUV | 39.35 | 238.41 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 235 | 0.82 | 1 | 0 | 0.08 | 250.72 | 1 | 0.46 |
| Hex | 2A | 0 | EB | 52 | 64 | 0 | 8 | FB | 64 | 2E |
| Octal | 52 | 0 | 353 | 122 | 144 | 0 | 10 | 373 | 144 | 56 |
| Binary | 101010 | 0 | 11101011 | 1010010 | 1100100 | 0 | 1000 | 11111011 | 1100100 | 101110 |
Color Harmonies of #2A00EB
Complementary color
Monochromatic Colors of #2A00EB
Black with #2A00EB
Text Example
Text Example
White with #2A00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00EB; }
p { color: rgb(42,0,235); }
H1.HeaderClassName
{
color: #2A00EB;
}
.AnyTagClassName
{
color: #2A00EB;
}
</style>
background-color css
<style>
a { background-color: #2A00EB; }
a { background-color: rgb(42,0,235); }
div.DivClassName
{
background-color: #2A00EB;
}
.BgClassName
{
background-color: #2A00EB;
}
</style>
border-color css
<style>
span { border-color: #2A00EB; }
span { border-color: rgb(42,0,235); }
td.TdClassName
{
border-color: #2A00EB;
}
.TagClassName
{
border-color: #2A00EB;
}
</style>