Shades of Medium Blue #2B04DD
Tints of Medium Blue #2B04DD
RGB
CMYK
RGB Variations
Color information
#2B04DD (or 0x2B04DD) is known color: Medium Blue. HEX triplet: 2B, 04 and DD. RGB value is (43,4,221). Sum of RGB (Red+Green+Blue) = 43+4+221=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B04DD is #D4FB22. Grayscale: #272727. Windows color (decimal): -13957923 or 14484523. OLE color: 14484523.
HSL color Cylindrical-coordinate representation of color #2B04DD: hue angle of 250.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04DD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 4 | 221 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.13 |
| HSL | 250.78º | 0.96% | 0.44% | - |
| HSV(B) | 250.78º | 0.98% | 0.87% | - |
| XYZ | 14.09 | 5.82 | 68.79 | - |
| YUV | 40.4 | 229.92 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 221 | 0.81 | 0.98 | 0 | 0.13 | 250.78 | 0.96 | 0.44 |
| Hex | 2B | 4 | DD | 51 | 62 | 0 | D | FB | 60 | 2C |
| Octal | 53 | 4 | 335 | 121 | 142 | 0 | 15 | 373 | 140 | 54 |
| Binary | 101011 | 100 | 11011101 | 1010001 | 1100010 | 0 | 1101 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2B04DD
Complementary color
Monochromatic Colors of #2B04DD
Black with #2B04DD
Text Example
Text Example
White with #2B04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B04DD; }
p { color: rgb(43,4,221); }
H1.HeaderClassName
{
color: #2B04DD;
}
.AnyTagClassName
{
color: #2B04DD;
}
</style>
background-color css
<style>
a { background-color: #2B04DD; }
a { background-color: rgb(43,4,221); }
div.DivClassName
{
background-color: #2B04DD;
}
.BgClassName
{
background-color: #2B04DD;
}
</style>
border-color css
<style>
span { border-color: #2B04DD; }
span { border-color: rgb(43,4,221); }
td.TdClassName
{
border-color: #2B04DD;
}
.TagClassName
{
border-color: #2B04DD;
}
</style>