Shades of Medium Blue #2B0FDA
Tints of Medium Blue #2B0FDA
RGB
CMYK
RGB Variations
Color information
#2B0FDA (or 0x2B0FDA) is known color: Medium Blue. HEX triplet: 2B, 0F and DA. RGB value is (43,15,218). Sum of RGB (Red+Green+Blue) = 43+15+218=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FDA is #D4F025. Grayscale: #2D2D2D. Windows color (decimal): -13955110 or 14290731. OLE color: 14290731.
HSL color Cylindrical-coordinate representation of color #2B0FDA: hue angle of 248.28º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0FDA is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 15 | 218 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.15 |
| HSL | 248.28º | 0.87% | 0.46% | - |
| HSV(B) | 248.28º | 0.93% | 0.85% | - |
| XYZ | 13.82 | 5.92 | 66.74 | - |
| YUV | 46.51 | 224.78 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 218 | 0.80 | 0.93 | 0 | 0.15 | 248.28 | 0.87 | 0.46 |
| Hex | 2B | F | DA | 50 | 5D | 0 | F | F8 | 57 | 2E |
| Octal | 53 | 17 | 332 | 120 | 135 | 0 | 17 | 370 | 127 | 56 |
| Binary | 101011 | 1111 | 11011010 | 1010000 | 1011101 | 0 | 1111 | 11111000 | 1010111 | 101110 |
Color Harmonies of #2B0FDA
Complementary color
Monochromatic Colors of #2B0FDA
Black with #2B0FDA
Text Example
Text Example
White with #2B0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FDA; }
p { color: rgb(43,15,218); }
H1.HeaderClassName
{
color: #2B0FDA;
}
.AnyTagClassName
{
color: #2B0FDA;
}
</style>
background-color css
<style>
a { background-color: #2B0FDA; }
a { background-color: rgb(43,15,218); }
div.DivClassName
{
background-color: #2B0FDA;
}
.BgClassName
{
background-color: #2B0FDA;
}
</style>
border-color css
<style>
span { border-color: #2B0FDA; }
span { border-color: rgb(43,15,218); }
td.TdClassName
{
border-color: #2B0FDA;
}
.TagClassName
{
border-color: #2B0FDA;
}
</style>