Shades of Persian Blue #1442DF
Tints of Persian Blue #1442DF
RGB
CMYK
RGB Variations
Color information
#1442DF (or 0x1442DF) is known color: Persian Blue. HEX triplet: 14, 42 and DF. RGB value is (20,66,223). Sum of RGB (Red+Green+Blue) = 20+66+223=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #1442DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442DF is #EBBD20. Grayscale: #454545. Windows color (decimal): -15449377 or 14631444. OLE color: 14631444.
HSL color Cylindrical-coordinate representation of color #1442DF: hue angle of 226.4º 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 #1442DF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 66 | 223 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.13 |
| HSL | 226.4º | 0.84% | 0.48% | - |
| HSV(B) | 226.4º | 0.91% | 0.87% | - |
| XYZ | 15.56 | 9.37 | 70.8 | - |
| YUV | 70.14 | 214.26 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 223 | 0.91 | 0.70 | 0 | 0.13 | 226.4 | 0.84 | 0.48 |
| Hex | 14 | 42 | DF | 5B | 46 | 0 | D | E2 | 54 | 30 |
| Octal | 24 | 102 | 337 | 133 | 106 | 0 | 15 | 342 | 124 | 60 |
| Binary | 10100 | 1000010 | 11011111 | 1011011 | 1000110 | 0 | 1101 | 11100010 | 1010100 | 110000 |
Color Harmonies of #1442DF
Complementary color
Monochromatic Colors of #1442DF
Black with #1442DF
Text Example
Text Example
White with #1442DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442DF; }
p { color: rgb(20,66,223); }
H1.HeaderClassName
{
color: #1442DF;
}
.AnyTagClassName
{
color: #1442DF;
}
</style>
background-color css
<style>
a { background-color: #1442DF; }
a { background-color: rgb(20,66,223); }
div.DivClassName
{
background-color: #1442DF;
}
.BgClassName
{
background-color: #1442DF;
}
</style>
border-color css
<style>
span { border-color: #1442DF; }
span { border-color: rgb(20,66,223); }
td.TdClassName
{
border-color: #1442DF;
}
.TagClassName
{
border-color: #1442DF;
}
</style>