Shades of Persian Blue #114ADA
Tints of Persian Blue #114ADA
RGB
CMYK
RGB Variations
Color information
#114ADA (or 0x114ADA) is known color: Persian Blue. HEX triplet: 11, 4A and DA. RGB value is (17,74,218). Sum of RGB (Red+Green+Blue) = 17+74+218=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #114ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ADA is #EEB525. Grayscale: #484848. Windows color (decimal): -15643942 or 14305809. OLE color: 14305809.
HSL color Cylindrical-coordinate representation of color #114ADA: hue angle of 222.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ADA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 74 | 218 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.15 |
| HSL | 222.99º | 0.86% | 0.46% | - |
| HSV(B) | 222.99º | 0.92% | 0.85% | - |
| XYZ | 15.33 | 10.08 | 67.47 | - |
| YUV | 73.37 | 209.62 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 218 | 0.92 | 0.66 | 0 | 0.15 | 222.99 | 0.86 | 0.46 |
| Hex | 11 | 4A | DA | 5C | 42 | 0 | F | DF | 56 | 2E |
| Octal | 21 | 112 | 332 | 134 | 102 | 0 | 17 | 337 | 126 | 56 |
| Binary | 10001 | 1001010 | 11011010 | 1011100 | 1000010 | 0 | 1111 | 11011111 | 1010110 | 101110 |
Color Harmonies of #114ADA
Complementary color
Monochromatic Colors of #114ADA
Black with #114ADA
Text Example
Text Example
White with #114ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114ADA; }
p { color: rgb(17,74,218); }
H1.HeaderClassName
{
color: #114ADA;
}
.AnyTagClassName
{
color: #114ADA;
}
</style>
background-color css
<style>
a { background-color: #114ADA; }
a { background-color: rgb(17,74,218); }
div.DivClassName
{
background-color: #114ADA;
}
.BgClassName
{
background-color: #114ADA;
}
</style>
border-color css
<style>
span { border-color: #114ADA; }
span { border-color: rgb(17,74,218); }
td.TdClassName
{
border-color: #114ADA;
}
.TagClassName
{
border-color: #114ADA;
}
</style>