Shades of Persian Blue #112DD2
Tints of Persian Blue #112DD2
RGB
CMYK
RGB Variations
Color information
#112DD2 (or 0x112DD2) is known color: Persian Blue. HEX triplet: 11, 2D and D2. RGB value is (17,45,210). Sum of RGB (Red+Green+Blue) = 17+45+210=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 210 (82.42% from 255 or 77.21% from 272); Max value from RGB is 210 - color contains mainly: blue. Hex color #112DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DD2 is #EED22D. Grayscale: #363636. Windows color (decimal): -15651374 or 13774097. OLE color: 13774097.
HSL color Cylindrical-coordinate representation of color #112DD2: hue angle of 231.3º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112DD2 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 45 | 210 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.18 |
| HSL | 231.3º | 0.85% | 0.45% | - |
| HSV(B) | 231.3º | 0.92% | 0.82% | - |
| XYZ | 12.8 | 6.65 | 61.58 | - |
| YUV | 55.44 | 215.22 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 210 | 0.92 | 0.79 | 0 | 0.18 | 231.3 | 0.85 | 0.45 |
| Hex | 11 | 2D | D2 | 5C | 4F | 0 | 12 | E7 | 55 | 2D |
| Octal | 21 | 55 | 322 | 134 | 117 | 0 | 22 | 347 | 125 | 55 |
| Binary | 10001 | 101101 | 11010010 | 1011100 | 1001111 | 0 | 10010 | 11100111 | 1010101 | 101101 |
Color Harmonies of #112DD2
Complementary color
Monochromatic Colors of #112DD2
Black with #112DD2
Text Example
Text Example
White with #112DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DD2; }
p { color: rgb(17,45,210); }
H1.HeaderClassName
{
color: #112DD2;
}
.AnyTagClassName
{
color: #112DD2;
}
</style>
background-color css
<style>
a { background-color: #112DD2; }
a { background-color: rgb(17,45,210); }
div.DivClassName
{
background-color: #112DD2;
}
.BgClassName
{
background-color: #112DD2;
}
</style>
border-color css
<style>
span { border-color: #112DD2; }
span { border-color: rgb(17,45,210); }
td.TdClassName
{
border-color: #112DD2;
}
.TagClassName
{
border-color: #112DD2;
}
</style>