Shades of Medium Blue #2A05CB
Tints of Medium Blue #2A05CB
RGB
CMYK
RGB Variations
Color information
#2A05CB (or 0x2A05CB) is known color: Medium Blue. HEX triplet: 2A, 05 and CB. RGB value is (42,5,203). Sum of RGB (Red+Green+Blue) = 42+5+203=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A05CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A05CB is #D5FA34. Grayscale: #252525. Windows color (decimal): -14023221 or 13305130. OLE color: 13305130.
HSL color Cylindrical-coordinate representation of color #2A05CB: hue angle of 251.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A05CB is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 5 | 203 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.20 |
| HSL | 251.21º | 0.95% | 0.41% | - |
| HSV(B) | 251.21º | 0.98% | 0.8% | - |
| XYZ | 11.79 | 4.91 | 56.83 | - |
| YUV | 38.64 | 220.76 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 203 | 0.79 | 0.98 | 0 | 0.20 | 251.21 | 0.95 | 0.41 |
| Hex | 2A | 5 | CB | 4F | 62 | 0 | 14 | FB | 5F | 29 |
| Octal | 52 | 5 | 313 | 117 | 142 | 0 | 24 | 373 | 137 | 51 |
| Binary | 101010 | 101 | 11001011 | 1001111 | 1100010 | 0 | 10100 | 11111011 | 1011111 | 101001 |
Color Harmonies of #2A05CB
Complementary color
Monochromatic Colors of #2A05CB
Black with #2A05CB
Text Example
Text Example
White with #2A05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05CB; }
p { color: rgb(42,5,203); }
H1.HeaderClassName
{
color: #2A05CB;
}
.AnyTagClassName
{
color: #2A05CB;
}
</style>
background-color css
<style>
a { background-color: #2A05CB; }
a { background-color: rgb(42,5,203); }
div.DivClassName
{
background-color: #2A05CB;
}
.BgClassName
{
background-color: #2A05CB;
}
</style>
border-color css
<style>
span { border-color: #2A05CB; }
span { border-color: rgb(42,5,203); }
td.TdClassName
{
border-color: #2A05CB;
}
.TagClassName
{
border-color: #2A05CB;
}
</style>