Shades of Medium Blue #021BD8
Tints of Medium Blue #021BD8
RGB
CMYK
RGB Variations
Color information
#021BD8 (or 0x021BD8) is known color: Medium Blue. HEX triplet: 02, 1B and D8. RGB value is (2,27,216). Sum of RGB (Red+Green+Blue) = 2+27+216=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 216 (84.77% from 255 or 88.16% from 245); Max value from RGB is 216 - color contains mainly: blue. Hex color #021BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BD8 is #FDE427. Grayscale: #282828. Windows color (decimal): -16639016 or 14162690. OLE color: 14162690.
HSL color Cylindrical-coordinate representation of color #021BD8: hue angle of 232.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BD8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 27 | 216 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.15 |
| HSL | 232.99º | 0.98% | 0.43% | - |
| HSV(B) | 232.99º | 0.99% | 0.85% | - |
| XYZ | 12.81 | 5.75 | 65.4 | - |
| YUV | 41.07 | 226.72 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 216 | 0.99 | 0.88 | 0 | 0.15 | 232.99 | 0.98 | 0.43 |
| Hex | 2 | 1B | D8 | 63 | 58 | 0 | F | E9 | 62 | 2B |
| Octal | 2 | 33 | 330 | 143 | 130 | 0 | 17 | 351 | 142 | 53 |
| Binary | 10 | 11011 | 11011000 | 1100011 | 1011000 | 0 | 1111 | 11101001 | 1100010 | 101011 |
Color Harmonies of #021BD8
Complementary color
Monochromatic Colors of #021BD8
Black with #021BD8
Text Example
Text Example
White with #021BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BD8; }
p { color: rgb(2,27,216); }
H1.HeaderClassName
{
color: #021BD8;
}
.AnyTagClassName
{
color: #021BD8;
}
</style>
background-color css
<style>
a { background-color: #021BD8; }
a { background-color: rgb(2,27,216); }
div.DivClassName
{
background-color: #021BD8;
}
.BgClassName
{
background-color: #021BD8;
}
</style>
border-color css
<style>
span { border-color: #021BD8; }
span { border-color: rgb(2,27,216); }
td.TdClassName
{
border-color: #021BD8;
}
.TagClassName
{
border-color: #021BD8;
}
</style>