Shades of Medium Blue #021BDD
Tints of Medium Blue #021BDD
RGB
CMYK
RGB Variations
Color information
#021BDD (or 0x021BDD) is known color: Medium Blue. HEX triplet: 02, 1B and DD. RGB value is (2,27,221). Sum of RGB (Red+Green+Blue) = 2+27+221=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #021BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BDD is #FDE422. Grayscale: #282828. Windows color (decimal): -16639011 or 14490370. OLE color: 14490370.
HSL color Cylindrical-coordinate representation of color #021BDD: hue angle of 233.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BDD is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 27 | 221 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.13 |
| HSL | 233.15º | 0.98% | 0.44% | - |
| HSV(B) | 233.15º | 0.99% | 0.87% | - |
| XYZ | 13.47 | 6.02 | 68.86 | - |
| YUV | 41.64 | 229.22 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 221 | 0.99 | 0.88 | 0 | 0.13 | 233.15 | 0.98 | 0.44 |
| Hex | 2 | 1B | DD | 63 | 58 | 0 | D | E9 | 62 | 2C |
| Octal | 2 | 33 | 335 | 143 | 130 | 0 | 15 | 351 | 142 | 54 |
| Binary | 10 | 11011 | 11011101 | 1100011 | 1011000 | 0 | 1101 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021BDD
Complementary color
Monochromatic Colors of #021BDD
Black with #021BDD
Text Example
Text Example
White with #021BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BDD; }
p { color: rgb(2,27,221); }
H1.HeaderClassName
{
color: #021BDD;
}
.AnyTagClassName
{
color: #021BDD;
}
</style>
background-color css
<style>
a { background-color: #021BDD; }
a { background-color: rgb(2,27,221); }
div.DivClassName
{
background-color: #021BDD;
}
.BgClassName
{
background-color: #021BDD;
}
</style>
border-color css
<style>
span { border-color: #021BDD; }
span { border-color: rgb(2,27,221); }
td.TdClassName
{
border-color: #021BDD;
}
.TagClassName
{
border-color: #021BDD;
}
</style>