Shades of Persian Blue #212FD0
Tints of Persian Blue #212FD0
RGB
CMYK
RGB Variations
Color information
#212FD0 (or 0x212FD0) is known color: Persian Blue. HEX triplet: 21, 2F and D0. RGB value is (33,47,208). Sum of RGB (Red+Green+Blue) = 33+47+208=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #212FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FD0 is #DED02F. Grayscale: #3C3C3C. Windows color (decimal): -14602288 or 13643553. OLE color: 13643553.
HSL color Cylindrical-coordinate representation of color #212FD0: hue angle of 235.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212FD0 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 47 | 208 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.18 |
| HSL | 235.2º | 0.73% | 0.47% | - |
| HSV(B) | 235.2º | 0.84% | 0.82% | - |
| XYZ | 13.03 | 6.91 | 60.32 | - |
| YUV | 61.17 | 210.86 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 208 | 0.84 | 0.77 | 0 | 0.18 | 235.2 | 0.73 | 0.47 |
| Hex | 21 | 2F | D0 | 54 | 4D | 0 | 12 | EB | 49 | 2F |
| Octal | 41 | 57 | 320 | 124 | 115 | 0 | 22 | 353 | 111 | 57 |
| Binary | 100001 | 101111 | 11010000 | 1010100 | 1001101 | 0 | 10010 | 11101011 | 1001001 | 101111 |
Color Harmonies of #212FD0
Complementary color
Monochromatic Colors of #212FD0
Black with #212FD0
Text Example
Text Example
White with #212FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FD0; }
p { color: rgb(33,47,208); }
H1.HeaderClassName
{
color: #212FD0;
}
.AnyTagClassName
{
color: #212FD0;
}
</style>
background-color css
<style>
a { background-color: #212FD0; }
a { background-color: rgb(33,47,208); }
div.DivClassName
{
background-color: #212FD0;
}
.BgClassName
{
background-color: #212FD0;
}
</style>
border-color css
<style>
span { border-color: #212FD0; }
span { border-color: rgb(33,47,208); }
td.TdClassName
{
border-color: #212FD0;
}
.TagClassName
{
border-color: #212FD0;
}
</style>