Shades of Persian Blue #122EDD
Tints of Persian Blue #122EDD
RGB
CMYK
RGB Variations
Color information
#122EDD (or 0x122EDD) is known color: Persian Blue. HEX triplet: 12, 2E and DD. RGB value is (18,46,221). Sum of RGB (Red+Green+Blue) = 18+46+221=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #122EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EDD is #EDD122. Grayscale: #383838. Windows color (decimal): -15585571 or 14495250. OLE color: 14495250.
HSL color Cylindrical-coordinate representation of color #122EDD: hue angle of 231.72º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122EDD is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 46 | 221 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.13 |
| HSL | 231.72º | 0.85% | 0.47% | - |
| HSV(B) | 231.72º | 0.92% | 0.87% | - |
| XYZ | 14.28 | 7.3 | 69.06 | - |
| YUV | 57.58 | 220.22 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 221 | 0.92 | 0.79 | 0 | 0.13 | 231.72 | 0.85 | 0.47 |
| Hex | 12 | 2E | DD | 5C | 4F | 0 | D | E8 | 55 | 2F |
| Octal | 22 | 56 | 335 | 134 | 117 | 0 | 15 | 350 | 125 | 57 |
| Binary | 10010 | 101110 | 11011101 | 1011100 | 1001111 | 0 | 1101 | 11101000 | 1010101 | 101111 |
Color Harmonies of #122EDD
Complementary color
Monochromatic Colors of #122EDD
Black with #122EDD
Text Example
Text Example
White with #122EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EDD; }
p { color: rgb(18,46,221); }
H1.HeaderClassName
{
color: #122EDD;
}
.AnyTagClassName
{
color: #122EDD;
}
</style>
background-color css
<style>
a { background-color: #122EDD; }
a { background-color: rgb(18,46,221); }
div.DivClassName
{
background-color: #122EDD;
}
.BgClassName
{
background-color: #122EDD;
}
</style>
border-color css
<style>
span { border-color: #122EDD; }
span { border-color: rgb(18,46,221); }
td.TdClassName
{
border-color: #122EDD;
}
.TagClassName
{
border-color: #122EDD;
}
</style>