Shades of Blue #210BED
Tints of Blue #210BED
RGB
CMYK
RGB Variations
Color information
#210BED (or 0x210BED) is known color: Blue. HEX triplet: 21, 0B and ED. RGB value is (33,11,237). Sum of RGB (Red+Green+Blue) = 33+11+237=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #210BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210BED is #DEF412. Grayscale: #2A2A2A. Windows color (decimal): -14611475 or 15534881. OLE color: 15534881.
HSL color Cylindrical-coordinate representation of color #210BED: hue angle of 245.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BED is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 11 | 237 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.07 |
| HSL | 245.84º | 0.91% | 0.49% | - |
| HSV(B) | 245.84º | 0.95% | 0.93% | - |
| XYZ | 16.03 | 6.68 | 80.56 | - |
| YUV | 43.34 | 237.29 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 237 | 0.86 | 0.95 | 0 | 0.07 | 245.84 | 0.91 | 0.49 |
| Hex | 21 | B | ED | 56 | 5F | 0 | 7 | F6 | 5B | 31 |
| Octal | 41 | 13 | 355 | 126 | 137 | 0 | 7 | 366 | 133 | 61 |
| Binary | 100001 | 1011 | 11101101 | 1010110 | 1011111 | 0 | 111 | 11110110 | 1011011 | 110001 |
Color Harmonies of #210BED
Complementary color
Monochromatic Colors of #210BED
Black with #210BED
Text Example
Text Example
White with #210BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BED; }
p { color: rgb(33,11,237); }
H1.HeaderClassName
{
color: #210BED;
}
.AnyTagClassName
{
color: #210BED;
}
</style>
background-color css
<style>
a { background-color: #210BED; }
a { background-color: rgb(33,11,237); }
div.DivClassName
{
background-color: #210BED;
}
.BgClassName
{
background-color: #210BED;
}
</style>
border-color css
<style>
span { border-color: #210BED; }
span { border-color: rgb(33,11,237); }
td.TdClassName
{
border-color: #210BED;
}
.TagClassName
{
border-color: #210BED;
}
</style>