Shades of Blue #2100FB
Tints of Blue #2100FB
RGB
CMYK
RGB Variations
Color information
#2100FB (or 0x2100FB) is known color: Blue. HEX triplet: 21, 00 and FB. RGB value is (33,0,251). Sum of RGB (Red+Green+Blue) = 33+0+251=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #2100FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2100FB is #DEFF04. Grayscale: #252525. Windows color (decimal): -14614277 or 16449569. OLE color: 16449569.
HSL color Cylindrical-coordinate representation of color #2100FB: hue angle of 247.89º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100FB is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 0 | 251 | - |
| CMYK | 0.87 | 1 | 0 | 0.02 |
| HSL | 247.89º | 1% | 0.49% | - |
| HSV(B) | 247.89º | 1% | 0.98% | - |
| XYZ | 18.04 | 7.29 | 91.72 | - |
| YUV | 38.48 | 247.93 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 251 | 0.87 | 1 | 0 | 0.02 | 247.89 | 1 | 0.49 |
| Hex | 21 | 0 | FB | 57 | 64 | 0 | 2 | F8 | 64 | 31 |
| Octal | 41 | 0 | 373 | 127 | 144 | 0 | 2 | 370 | 144 | 61 |
| Binary | 100001 | 0 | 11111011 | 1010111 | 1100100 | 0 | 10 | 11111000 | 1100100 | 110001 |
Color Harmonies of #2100FB
Complementary color
Monochromatic Colors of #2100FB
Black with #2100FB
Text Example
Text Example
White with #2100FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100FB; }
p { color: rgb(33,0,251); }
H1.HeaderClassName
{
color: #2100FB;
}
.AnyTagClassName
{
color: #2100FB;
}
</style>
background-color css
<style>
a { background-color: #2100FB; }
a { background-color: rgb(33,0,251); }
div.DivClassName
{
background-color: #2100FB;
}
.BgClassName
{
background-color: #2100FB;
}
</style>
border-color css
<style>
span { border-color: #2100FB; }
span { border-color: rgb(33,0,251); }
td.TdClassName
{
border-color: #2100FB;
}
.TagClassName
{
border-color: #2100FB;
}
</style>