Shades of Persian Blue #1448DC
Tints of Persian Blue #1448DC
RGB
CMYK
RGB Variations
Color information
#1448DC (or 0x1448DC) is known color: Persian Blue. HEX triplet: 14, 48 and DC. RGB value is (20,72,220). Sum of RGB (Red+Green+Blue) = 20+72+220=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #1448DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448DC is #EBB723. Grayscale: #484848. Windows color (decimal): -15447844 or 14436372. OLE color: 14436372.
HSL color Cylindrical-coordinate representation of color #1448DC: hue angle of 224.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1448DC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 72 | 220 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.14 |
| HSL | 224.4º | 0.83% | 0.47% | - |
| HSV(B) | 224.4º | 0.91% | 0.86% | - |
| XYZ | 15.52 | 9.95 | 68.81 | - |
| YUV | 73.32 | 210.77 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 220 | 0.91 | 0.67 | 0 | 0.14 | 224.4 | 0.83 | 0.47 |
| Hex | 14 | 48 | DC | 5B | 43 | 0 | E | E0 | 53 | 2F |
| Octal | 24 | 110 | 334 | 133 | 103 | 0 | 16 | 340 | 123 | 57 |
| Binary | 10100 | 1001000 | 11011100 | 1011011 | 1000011 | 0 | 1110 | 11100000 | 1010011 | 101111 |
Color Harmonies of #1448DC
Complementary color
Monochromatic Colors of #1448DC
Black with #1448DC
Text Example
Text Example
White with #1448DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448DC; }
p { color: rgb(20,72,220); }
H1.HeaderClassName
{
color: #1448DC;
}
.AnyTagClassName
{
color: #1448DC;
}
</style>
background-color css
<style>
a { background-color: #1448DC; }
a { background-color: rgb(20,72,220); }
div.DivClassName
{
background-color: #1448DC;
}
.BgClassName
{
background-color: #1448DC;
}
</style>
border-color css
<style>
span { border-color: #1448DC; }
span { border-color: rgb(20,72,220); }
td.TdClassName
{
border-color: #1448DC;
}
.TagClassName
{
border-color: #1448DC;
}
</style>