Shades of Blue #2100F0
Tints of Blue #2100F0
RGB
CMYK
RGB Variations
Color information
#2100F0 (or 0x2100F0) is known color: Blue. HEX triplet: 21, 00 and F0. RGB value is (33,0,240). Sum of RGB (Red+Green+Blue) = 33+0+240=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 240 (94.14% from 255 or 87.91% from 273); Max value from RGB is 240 - color contains mainly: blue. Hex color #2100F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2100F0 is #DEFF0F. Grayscale: #242424. Windows color (decimal): -14614288 or 15728673. OLE color: 15728673.
HSL color Cylindrical-coordinate representation of color #2100F0: hue angle of 248.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100F0 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 0 | 240 | - |
| CMYK | 0.86 | 1 | 0 | 0.06 |
| HSL | 248.25º | 1% | 0.47% | - |
| HSV(B) | 248.25º | 1% | 0.94% | - |
| XYZ | 16.36 | 6.61 | 82.85 | - |
| YUV | 37.23 | 242.43 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 240 | 0.86 | 1 | 0 | 0.06 | 248.25 | 1 | 0.47 |
| Hex | 21 | 0 | F0 | 56 | 64 | 0 | 6 | F8 | 64 | 2F |
| Octal | 41 | 0 | 360 | 126 | 144 | 0 | 6 | 370 | 144 | 57 |
| Binary | 100001 | 0 | 11110000 | 1010110 | 1100100 | 0 | 110 | 11111000 | 1100100 | 101111 |
Color Harmonies of #2100F0
Complementary color
Monochromatic Colors of #2100F0
Black with #2100F0
Text Example
Text Example
White with #2100F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100F0; }
p { color: rgb(33,0,240); }
H1.HeaderClassName
{
color: #2100F0;
}
.AnyTagClassName
{
color: #2100F0;
}
</style>
background-color css
<style>
a { background-color: #2100F0; }
a { background-color: rgb(33,0,240); }
div.DivClassName
{
background-color: #2100F0;
}
.BgClassName
{
background-color: #2100F0;
}
</style>
border-color css
<style>
span { border-color: #2100F0; }
span { border-color: rgb(33,0,240); }
td.TdClassName
{
border-color: #2100F0;
}
.TagClassName
{
border-color: #2100F0;
}
</style>