Shades of Medium Blue #2B05C8
Tints of Medium Blue #2B05C8
RGB
CMYK
RGB Variations
Color information
#2B05C8 (or 0x2B05C8) is known color: Medium Blue. HEX triplet: 2B, 05 and C8. RGB value is (43,5,200). Sum of RGB (Red+Green+Blue) = 43+5+200=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 200 (78.52% from 255 or 80.65% from 248); Max value from RGB is 200 - color contains mainly: blue. Hex color #2B05C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B05C8 is #D4FA37. Grayscale: #252525. Windows color (decimal): -13957688 or 13108523. OLE color: 13108523.
HSL color Cylindrical-coordinate representation of color #2B05C8: hue angle of 251.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B05C8 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 5 | 200 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.22 |
| HSL | 251.69º | 0.95% | 0.4% | - |
| HSV(B) | 251.69º | 0.98% | 0.78% | - |
| XYZ | 11.48 | 4.79 | 54.96 | - |
| YUV | 38.59 | 219.09 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 200 | 0.78 | 0.98 | 0 | 0.22 | 251.69 | 0.95 | 0.4 |
| Hex | 2B | 5 | C8 | 4E | 62 | 0 | 16 | FC | 5F | 28 |
| Octal | 53 | 5 | 310 | 116 | 142 | 0 | 26 | 374 | 137 | 50 |
| Binary | 101011 | 101 | 11001000 | 1001110 | 1100010 | 0 | 10110 | 11111100 | 1011111 | 101000 |
Color Harmonies of #2B05C8
Complementary color
Monochromatic Colors of #2B05C8
Black with #2B05C8
Text Example
Text Example
White with #2B05C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B05C8; }
p { color: rgb(43,5,200); }
H1.HeaderClassName
{
color: #2B05C8;
}
.AnyTagClassName
{
color: #2B05C8;
}
</style>
background-color css
<style>
a { background-color: #2B05C8; }
a { background-color: rgb(43,5,200); }
div.DivClassName
{
background-color: #2B05C8;
}
.BgClassName
{
background-color: #2B05C8;
}
</style>
border-color css
<style>
span { border-color: #2B05C8; }
span { border-color: rgb(43,5,200); }
td.TdClassName
{
border-color: #2B05C8;
}
.TagClassName
{
border-color: #2B05C8;
}
</style>