Shades of Persian Blue #1444DF
Tints of Persian Blue #1444DF
RGB
CMYK
RGB Variations
Color information
#1444DF (or 0x1444DF) is known color: Persian Blue. HEX triplet: 14, 44 and DF. RGB value is (20,68,223). Sum of RGB (Red+Green+Blue) = 20+68+223=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #1444DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1444DF is #EBBB20. Grayscale: #464646. Windows color (decimal): -15448865 or 14631956. OLE color: 14631956.
HSL color Cylindrical-coordinate representation of color #1444DF: hue angle of 225.81º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1444DF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 68 | 223 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.13 |
| HSL | 225.81º | 0.84% | 0.48% | - |
| HSV(B) | 225.81º | 0.91% | 0.87% | - |
| XYZ | 15.67 | 9.61 | 70.84 | - |
| YUV | 71.32 | 213.6 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 223 | 0.91 | 0.70 | 0 | 0.13 | 225.81 | 0.84 | 0.48 |
| Hex | 14 | 44 | DF | 5B | 46 | 0 | D | E2 | 54 | 30 |
| Octal | 24 | 104 | 337 | 133 | 106 | 0 | 15 | 342 | 124 | 60 |
| Binary | 10100 | 1000100 | 11011111 | 1011011 | 1000110 | 0 | 1101 | 11100010 | 1010100 | 110000 |
Color Harmonies of #1444DF
Complementary color
Monochromatic Colors of #1444DF
Black with #1444DF
Text Example
Text Example
White with #1444DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1444DF; }
p { color: rgb(20,68,223); }
H1.HeaderClassName
{
color: #1444DF;
}
.AnyTagClassName
{
color: #1444DF;
}
</style>
background-color css
<style>
a { background-color: #1444DF; }
a { background-color: rgb(20,68,223); }
div.DivClassName
{
background-color: #1444DF;
}
.BgClassName
{
background-color: #1444DF;
}
</style>
border-color css
<style>
span { border-color: #1444DF; }
span { border-color: rgb(20,68,223); }
td.TdClassName
{
border-color: #1444DF;
}
.TagClassName
{
border-color: #1444DF;
}
</style>