Shades of Medium Blue #2A05DB
Tints of Medium Blue #2A05DB
RGB
CMYK
RGB Variations
Color information
#2A05DB (or 0x2A05DB) is known color: Medium Blue. HEX triplet: 2A, 05 and DB. RGB value is (42,5,219). Sum of RGB (Red+Green+Blue) = 42+5+219=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A05DB is #D5FA24. Grayscale: #272727. Windows color (decimal): -14023205 or 14353706. OLE color: 14353706.
HSL color Cylindrical-coordinate representation of color #2A05DB: hue angle of 250.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A05DB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 42 | 5 | 219 | - |
CMYK | 0.81 | 0.98 | 0 | 0.14 |
HSL | 250.37º | 0.96% | 0.44% | - |
HSV(B) | 250.37º | 0.98% | 0.86% | - |
XYZ | 13.8 | 5.72 | 67.39 | - |
YUV | 40.46 | 228.76 | 129.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 5 | 219 | 0.81 | 0.98 | 0 | 0.14 | 250.37 | 0.96 | 0.44 |
Hex | 2A | 5 | DB | 51 | 62 | 0 | E | FA | 60 | 2C |
Octal | 52 | 5 | 333 | 121 | 142 | 0 | 16 | 372 | 140 | 54 |
Binary | 101010 | 101 | 11011011 | 1010001 | 1100010 | 0 | 1110 | 11111010 | 1100000 | 101100 |
Color Harmonies of #2A05DB
Complementary color
Monochromatic Colors of #2A05DB
Black with #2A05DB
Text Example
Text Example
White with #2A05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05DB; }
p { color: rgb(42,5,219); }
H1.HeaderClassName
{
color: #2A05DB;
}
.AnyTagClassName
{
color: #2A05DB;
}
</style>
background-color css
<style>
a { background-color: #2A05DB; }
a { background-color: rgb(42,5,219); }
div.DivClassName
{
background-color: #2A05DB;
}
.BgClassName
{
background-color: #2A05DB;
}
</style>
border-color css
<style>
span { border-color: #2A05DB; }
span { border-color: rgb(42,5,219); }
td.TdClassName
{
border-color: #2A05DB;
}
.TagClassName
{
border-color: #2A05DB;
}
</style>