Shades of Persian Blue #112DDF
Tints of Persian Blue #112DDF
RGB
CMYK
RGB Variations
Color information
#112DDF (or 0x112DDF) is known color: Persian Blue. HEX triplet: 11, 2D and DF. RGB value is (17,45,223). Sum of RGB (Red+Green+Blue) = 17+45+223=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #112DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DDF is #EED220. Grayscale: #383838. Windows color (decimal): -15651361 or 14626065. OLE color: 14626065.
HSL color Cylindrical-coordinate representation of color #112DDF: hue angle of 231.84º degrees, saturation: 0.86, 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 #112DDF is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 45 | 223 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.13 |
| HSL | 231.84º | 0.86% | 0.47% | - |
| HSV(B) | 231.84º | 0.92% | 0.87% | - |
| XYZ | 14.49 | 7.32 | 70.46 | - |
| YUV | 56.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 223 | 0.92 | 0.80 | 0 | 0.13 | 231.84 | 0.86 | 0.47 |
| Hex | 11 | 2D | DF | 5C | 50 | 0 | D | E8 | 56 | 2F |
| Octal | 21 | 55 | 337 | 134 | 120 | 0 | 15 | 350 | 126 | 57 |
| Binary | 10001 | 101101 | 11011111 | 1011100 | 1010000 | 0 | 1101 | 11101000 | 1010110 | 101111 |
Color Harmonies of #112DDF
Complementary color
Monochromatic Colors of #112DDF
Black with #112DDF
Text Example
Text Example
White with #112DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DDF; }
p { color: rgb(17,45,223); }
H1.HeaderClassName
{
color: #112DDF;
}
.AnyTagClassName
{
color: #112DDF;
}
</style>
background-color css
<style>
a { background-color: #112DDF; }
a { background-color: rgb(17,45,223); }
div.DivClassName
{
background-color: #112DDF;
}
.BgClassName
{
background-color: #112DDF;
}
</style>
border-color css
<style>
span { border-color: #112DDF; }
span { border-color: rgb(17,45,223); }
td.TdClassName
{
border-color: #112DDF;
}
.TagClassName
{
border-color: #112DDF;
}
</style>