Shades of Blue #2108EA
Tints of Blue #2108EA
RGB
CMYK
RGB Variations
Color information
#2108EA (or 0x2108EA) is known color: Blue. HEX triplet: 21, 08 and EA. RGB value is (33,8,234). Sum of RGB (Red+Green+Blue) = 33+8+234=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 234 (91.80% from 255 or 85.09% from 275); Max value from RGB is 234 - color contains mainly: blue. Hex color #2108EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2108EA is #DEF715. Grayscale: #282828. Windows color (decimal): -14612246 or 15337505. OLE color: 15337505.
HSL color Cylindrical-coordinate representation of color #2108EA: hue angle of 246.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2108EA is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 8 | 234 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.08 |
| HSL | 246.64º | 0.93% | 0.47% | - |
| HSV(B) | 246.64º | 0.97% | 0.92% | - |
| XYZ | 15.57 | 6.44 | 78.26 | - |
| YUV | 41.24 | 236.78 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 234 | 0.86 | 0.97 | 0 | 0.08 | 246.64 | 0.93 | 0.47 |
| Hex | 21 | 8 | EA | 56 | 61 | 0 | 8 | F7 | 5D | 2F |
| Octal | 41 | 10 | 352 | 126 | 141 | 0 | 10 | 367 | 135 | 57 |
| Binary | 100001 | 1000 | 11101010 | 1010110 | 1100001 | 0 | 1000 | 11110111 | 1011101 | 101111 |
Color Harmonies of #2108EA
Complementary color
Monochromatic Colors of #2108EA
Black with #2108EA
Text Example
Text Example
White with #2108EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2108EA; }
p { color: rgb(33,8,234); }
H1.HeaderClassName
{
color: #2108EA;
}
.AnyTagClassName
{
color: #2108EA;
}
</style>
background-color css
<style>
a { background-color: #2108EA; }
a { background-color: rgb(33,8,234); }
div.DivClassName
{
background-color: #2108EA;
}
.BgClassName
{
background-color: #2108EA;
}
</style>
border-color css
<style>
span { border-color: #2108EA; }
span { border-color: rgb(33,8,234); }
td.TdClassName
{
border-color: #2108EA;
}
.TagClassName
{
border-color: #2108EA;
}
</style>