Shades of Persian Blue #1938DD
Tints of Persian Blue #1938DD
RGB
CMYK
RGB Variations
Color information
#1938DD (or 0x1938DD) is known color: Persian Blue. HEX triplet: 19, 38 and DD. RGB value is (25,56,221). Sum of RGB (Red+Green+Blue) = 25+56+221=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #1938DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1938DD is #E6C722. Grayscale: #404040. Windows color (decimal): -15124259 or 14497817. OLE color: 14497817.
HSL color Cylindrical-coordinate representation of color #1938DD: hue angle of 230.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1938DD is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 56 | 221 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.13 |
| HSL | 230.51º | 0.8% | 0.48% | - |
| HSV(B) | 230.51º | 0.89% | 0.87% | - |
| XYZ | 14.87 | 8.26 | 69.22 | - |
| YUV | 65.54 | 215.73 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 221 | 0.89 | 0.75 | 0 | 0.13 | 230.51 | 0.8 | 0.48 |
| Hex | 19 | 38 | DD | 59 | 4B | 0 | D | E7 | 50 | 30 |
| Octal | 31 | 70 | 335 | 131 | 113 | 0 | 15 | 347 | 120 | 60 |
| Binary | 11001 | 111000 | 11011101 | 1011001 | 1001011 | 0 | 1101 | 11100111 | 1010000 | 110000 |
Color Harmonies of #1938DD
Complementary color
Monochromatic Colors of #1938DD
Black with #1938DD
Text Example
Text Example
White with #1938DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938DD; }
p { color: rgb(25,56,221); }
H1.HeaderClassName
{
color: #1938DD;
}
.AnyTagClassName
{
color: #1938DD;
}
</style>
background-color css
<style>
a { background-color: #1938DD; }
a { background-color: rgb(25,56,221); }
div.DivClassName
{
background-color: #1938DD;
}
.BgClassName
{
background-color: #1938DD;
}
</style>
border-color css
<style>
span { border-color: #1938DD; }
span { border-color: rgb(25,56,221); }
td.TdClassName
{
border-color: #1938DD;
}
.TagClassName
{
border-color: #1938DD;
}
</style>