Shades of Medium Blue #2B0FC5
Tints of Medium Blue #2B0FC5
RGB
CMYK
RGB Variations
Color information
#2B0FC5 (or 0x2B0FC5) is known color: Medium Blue. HEX triplet: 2B, 0F and C5. RGB value is (43,15,197). Sum of RGB (Red+Green+Blue) = 43+15+197=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 197 (77.34% from 255 or 77.25% from 255); Max value from RGB is 197 - color contains mainly: blue. Hex color #2B0FC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FC5 is #D4F03A. Grayscale: #2B2B2B. Windows color (decimal): -13955131 or 12914475. OLE color: 12914475.
HSL color Cylindrical-coordinate representation of color #2B0FC5: hue angle of 249.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0FC5 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 15 | 197 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.23 |
| HSL | 249.23º | 0.86% | 0.42% | - |
| HSV(B) | 249.23º | 0.92% | 0.77% | - |
| XYZ | 11.25 | 4.89 | 53.17 | - |
| YUV | 44.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 197 | 0.78 | 0.92 | 0 | 0.23 | 249.23 | 0.86 | 0.42 |
| Hex | 2B | F | C5 | 4E | 5C | 0 | 17 | F9 | 56 | 2A |
| Octal | 53 | 17 | 305 | 116 | 134 | 0 | 27 | 371 | 126 | 52 |
| Binary | 101011 | 1111 | 11000101 | 1001110 | 1011100 | 0 | 10111 | 11111001 | 1010110 | 101010 |
Color Harmonies of #2B0FC5
Complementary color
Monochromatic Colors of #2B0FC5
Black with #2B0FC5
Text Example
Text Example
White with #2B0FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FC5; }
p { color: rgb(43,15,197); }
H1.HeaderClassName
{
color: #2B0FC5;
}
.AnyTagClassName
{
color: #2B0FC5;
}
</style>
background-color css
<style>
a { background-color: #2B0FC5; }
a { background-color: rgb(43,15,197); }
div.DivClassName
{
background-color: #2B0FC5;
}
.BgClassName
{
background-color: #2B0FC5;
}
</style>
border-color css
<style>
span { border-color: #2B0FC5; }
span { border-color: rgb(43,15,197); }
td.TdClassName
{
border-color: #2B0FC5;
}
.TagClassName
{
border-color: #2B0FC5;
}
</style>