Shades of Medium Blue #2A09BD
Tints of Medium Blue #2A09BD
RGB
CMYK
RGB Variations
Color information
#2A09BD (or 0x2A09BD) is known color: Medium Blue. HEX triplet: 2A, 09 and BD. RGB value is (42,9,189). Sum of RGB (Red+Green+Blue) = 42+9+189=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A09BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A09BD is #D5F642. Grayscale: #262626. Windows color (decimal): -14022211 or 12388650. OLE color: 12388650.
HSL color Cylindrical-coordinate representation of color #2A09BD: hue angle of 251º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A09BD is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 9 | 189 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.26 |
| HSL | 251º | 0.91% | 0.39% | - |
| HSV(B) | 251º | 0.95% | 0.74% | - |
| XYZ | 10.24 | 4.36 | 48.45 | - |
| YUV | 39.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 189 | 0.78 | 0.95 | 0 | 0.26 | 251 | 0.91 | 0.39 |
| Hex | 2A | 9 | BD | 4E | 5F | 0 | 1A | FB | 5B | 27 |
| Octal | 52 | 11 | 275 | 116 | 137 | 0 | 32 | 373 | 133 | 47 |
| Binary | 101010 | 1001 | 10111101 | 1001110 | 1011111 | 0 | 11010 | 11111011 | 1011011 | 100111 |
Color Harmonies of #2A09BD
Complementary color
Monochromatic Colors of #2A09BD
Black with #2A09BD
Text Example
Text Example
White with #2A09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A09BD; }
p { color: rgb(42,9,189); }
H1.HeaderClassName
{
color: #2A09BD;
}
.AnyTagClassName
{
color: #2A09BD;
}
</style>
background-color css
<style>
a { background-color: #2A09BD; }
a { background-color: rgb(42,9,189); }
div.DivClassName
{
background-color: #2A09BD;
}
.BgClassName
{
background-color: #2A09BD;
}
</style>
border-color css
<style>
span { border-color: #2A09BD; }
span { border-color: rgb(42,9,189); }
td.TdClassName
{
border-color: #2A09BD;
}
.TagClassName
{
border-color: #2A09BD;
}
</style>