Shades of Blue #210CEE
Tints of Blue #210CEE
RGB
CMYK
RGB Variations
Color information
#210CEE (or 0x210CEE) is known color: Blue. HEX triplet: 21, 0C and EE. RGB value is (33,12,238). Sum of RGB (Red+Green+Blue) = 33+12+238=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #210CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210CEE is #DEF311. Grayscale: #2B2B2B. Windows color (decimal): -14611218 or 15600673. OLE color: 15600673.
HSL color Cylindrical-coordinate representation of color #210CEE: hue angle of 245.58º degrees, saturation: 0.9, 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 #210CEE is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 12 | 238 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.07 |
| HSL | 245.58º | 0.9% | 0.49% | - |
| HSV(B) | 245.58º | 0.95% | 0.93% | - |
| XYZ | 16.19 | 6.76 | 81.34 | - |
| YUV | 44.04 | 237.46 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 238 | 0.86 | 0.95 | 0 | 0.07 | 245.58 | 0.9 | 0.49 |
| Hex | 21 | C | EE | 56 | 5F | 0 | 7 | F6 | 5A | 31 |
| Octal | 41 | 14 | 356 | 126 | 137 | 0 | 7 | 366 | 132 | 61 |
| Binary | 100001 | 1100 | 11101110 | 1010110 | 1011111 | 0 | 111 | 11110110 | 1011010 | 110001 |
Color Harmonies of #210CEE
Complementary color
Monochromatic Colors of #210CEE
Black with #210CEE
Text Example
Text Example
White with #210CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210CEE; }
p { color: rgb(33,12,238); }
H1.HeaderClassName
{
color: #210CEE;
}
.AnyTagClassName
{
color: #210CEE;
}
</style>
background-color css
<style>
a { background-color: #210CEE; }
a { background-color: rgb(33,12,238); }
div.DivClassName
{
background-color: #210CEE;
}
.BgClassName
{
background-color: #210CEE;
}
</style>
border-color css
<style>
span { border-color: #210CEE; }
span { border-color: rgb(33,12,238); }
td.TdClassName
{
border-color: #210CEE;
}
.TagClassName
{
border-color: #210CEE;
}
</style>