Shades of Medium Blue #021BDF
Tints of Medium Blue #021BDF
RGB
CMYK
RGB Variations
Color information
#021BDF (or 0x021BDF) is known color: Medium Blue. HEX triplet: 02, 1B and DF. RGB value is (2,27,223). Sum of RGB (Red+Green+Blue) = 2+27+223=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #021BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BDF is #FDE420. Grayscale: #292929. Windows color (decimal): -16639009 or 14621442. OLE color: 14621442.
HSL color Cylindrical-coordinate representation of color #021BDF: hue angle of 233.21º 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 #021BDF is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 27 | 223 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.13 |
| HSL | 233.21º | 0.98% | 0.44% | - |
| HSV(B) | 233.21º | 0.99% | 0.87% | - |
| XYZ | 13.74 | 6.12 | 70.27 | - |
| YUV | 41.87 | 230.22 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 223 | 0.99 | 0.88 | 0 | 0.13 | 233.21 | 0.98 | 0.44 |
| Hex | 2 | 1B | DF | 63 | 58 | 0 | D | E9 | 62 | 2C |
| Octal | 2 | 33 | 337 | 143 | 130 | 0 | 15 | 351 | 142 | 54 |
| Binary | 10 | 11011 | 11011111 | 1100011 | 1011000 | 0 | 1101 | 11101001 | 1100010 | 101100 |
Color Harmonies of #021BDF
Complementary color
Monochromatic Colors of #021BDF
Black with #021BDF
Text Example
Text Example
White with #021BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BDF; }
p { color: rgb(2,27,223); }
H1.HeaderClassName
{
color: #021BDF;
}
.AnyTagClassName
{
color: #021BDF;
}
</style>
background-color css
<style>
a { background-color: #021BDF; }
a { background-color: rgb(2,27,223); }
div.DivClassName
{
background-color: #021BDF;
}
.BgClassName
{
background-color: #021BDF;
}
</style>
border-color css
<style>
span { border-color: #021BDF; }
span { border-color: rgb(2,27,223); }
td.TdClassName
{
border-color: #021BDF;
}
.TagClassName
{
border-color: #021BDF;
}
</style>