Shades of Persian Blue #114ACD
Tints of Persian Blue #114ACD
RGB
CMYK
RGB Variations
Color information
#114ACD (or 0x114ACD) is known color: Persian Blue. HEX triplet: 11, 4A and CD. RGB value is (17,74,205). Sum of RGB (Red+Green+Blue) = 17+74+205=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #114ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ACD is #EEB532. Grayscale: #474747. Windows color (decimal): -15643955 or 13453841. OLE color: 13453841.
HSL color Cylindrical-coordinate representation of color #114ACD: hue angle of 221.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ACD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 74 | 205 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.20 |
| HSL | 221.81º | 0.85% | 0.44% | - |
| HSV(B) | 221.81º | 0.92% | 0.8% | - |
| XYZ | 13.7 | 9.42 | 58.85 | - |
| YUV | 71.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 205 | 0.92 | 0.64 | 0 | 0.20 | 221.81 | 0.85 | 0.44 |
| Hex | 11 | 4A | CD | 5C | 40 | 0 | 14 | DE | 55 | 2C |
| Octal | 21 | 112 | 315 | 134 | 100 | 0 | 24 | 336 | 125 | 54 |
| Binary | 10001 | 1001010 | 11001101 | 1011100 | 1000000 | 0 | 10100 | 11011110 | 1010101 | 101100 |
Color Harmonies of #114ACD
Complementary color
Monochromatic Colors of #114ACD
Black with #114ACD
Text Example
Text Example
White with #114ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ACD; }
p { color: rgb(17,74,205); }
H1.HeaderClassName
{
color: #114ACD;
}
.AnyTagClassName
{
color: #114ACD;
}
</style>
background-color css
<style>
a { background-color: #114ACD; }
a { background-color: rgb(17,74,205); }
div.DivClassName
{
background-color: #114ACD;
}
.BgClassName
{
background-color: #114ACD;
}
</style>
border-color css
<style>
span { border-color: #114ACD; }
span { border-color: rgb(17,74,205); }
td.TdClassName
{
border-color: #114ACD;
}
.TagClassName
{
border-color: #114ACD;
}
</style>