Shades of Persian Blue #212DEE
Tints of Persian Blue #212DEE
RGB
CMYK
RGB Variations
Color information
#212DEE (or 0x212DEE) is known color: Persian Blue. HEX triplet: 21, 2D and EE. RGB value is (33,45,238). Sum of RGB (Red+Green+Blue) = 33+45+238=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #212DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DEE is #DED211. Grayscale: #3E3E3E. Windows color (decimal): -14602770 or 15609121. OLE color: 15609121.
HSL color Cylindrical-coordinate representation of color #212DEE: hue angle of 236.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212DEE is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 45 | 238 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.07 |
| HSL | 236.49º | 0.86% | 0.53% | - |
| HSV(B) | 236.49º | 0.86% | 0.93% | - |
| XYZ | 17 | 8.37 | 81.61 | - |
| YUV | 63.41 | 226.52 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 238 | 0.86 | 0.81 | 0 | 0.07 | 236.49 | 0.86 | 0.53 |
| Hex | 21 | 2D | EE | 56 | 51 | 0 | 7 | EC | 56 | 35 |
| Octal | 41 | 55 | 356 | 126 | 121 | 0 | 7 | 354 | 126 | 65 |
| Binary | 100001 | 101101 | 11101110 | 1010110 | 1010001 | 0 | 111 | 11101100 | 1010110 | 110101 |
Color Harmonies of #212DEE
Complementary color
Monochromatic Colors of #212DEE
Black with #212DEE
Text Example
Text Example
White with #212DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DEE; }
p { color: rgb(33,45,238); }
H1.HeaderClassName
{
color: #212DEE;
}
.AnyTagClassName
{
color: #212DEE;
}
</style>
background-color css
<style>
a { background-color: #212DEE; }
a { background-color: rgb(33,45,238); }
div.DivClassName
{
background-color: #212DEE;
}
.BgClassName
{
background-color: #212DEE;
}
</style>
border-color css
<style>
span { border-color: #212DEE; }
span { border-color: rgb(33,45,238); }
td.TdClassName
{
border-color: #212DEE;
}
.TagClassName
{
border-color: #212DEE;
}
</style>