Shades of Blue #210BE7
Tints of Blue #210BE7
RGB
CMYK
RGB Variations
Color information
#210BE7 (or 0x210BE7) is known color: Blue. HEX triplet: 21, 0B and E7. RGB value is (33,11,231). Sum of RGB (Red+Green+Blue) = 33+11+231=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 231 (90.62% from 255 or 84% from 275); Max value from RGB is 231 - color contains mainly: blue. Hex color #210BE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210BE7 is #DEF418. Grayscale: #292929. Windows color (decimal): -14611481 or 15141665. OLE color: 15141665.
HSL color Cylindrical-coordinate representation of color #210BE7: hue angle of 246º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BE7 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 11 | 231 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.09 |
| HSL | 246º | 0.91% | 0.47% | - |
| HSV(B) | 246º | 0.95% | 0.91% | - |
| XYZ | 15.17 | 6.33 | 76.02 | - |
| YUV | 42.66 | 234.29 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 231 | 0.86 | 0.95 | 0 | 0.09 | 246 | 0.91 | 0.47 |
| Hex | 21 | B | E7 | 56 | 5F | 0 | 9 | F6 | 5B | 2F |
| Octal | 41 | 13 | 347 | 126 | 137 | 0 | 11 | 366 | 133 | 57 |
| Binary | 100001 | 1011 | 11100111 | 1010110 | 1011111 | 0 | 1001 | 11110110 | 1011011 | 101111 |
Color Harmonies of #210BE7
Complementary color
Monochromatic Colors of #210BE7
Black with #210BE7
Text Example
Text Example
White with #210BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BE7; }
p { color: rgb(33,11,231); }
H1.HeaderClassName
{
color: #210BE7;
}
.AnyTagClassName
{
color: #210BE7;
}
</style>
background-color css
<style>
a { background-color: #210BE7; }
a { background-color: rgb(33,11,231); }
div.DivClassName
{
background-color: #210BE7;
}
.BgClassName
{
background-color: #210BE7;
}
</style>
border-color css
<style>
span { border-color: #210BE7; }
span { border-color: rgb(33,11,231); }
td.TdClassName
{
border-color: #210BE7;
}
.TagClassName
{
border-color: #210BE7;
}
</style>