Shades of Persian Blue #1430D4
Tints of Persian Blue #1430D4
RGB
CMYK
RGB Variations
Color information
#1430D4 (or 0x1430D4) is known color: Persian Blue. HEX triplet: 14, 30 and D4. RGB value is (20,48,212). Sum of RGB (Red+Green+Blue) = 20+48+212=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 212 (83.20% from 255 or 75.71% from 280); Max value from RGB is 212 - color contains mainly: blue. Hex color #1430D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430D4 is #EBCF2B. Grayscale: #393939. Windows color (decimal): -15453996 or 13905940. OLE color: 13905940.
HSL color Cylindrical-coordinate representation of color #1430D4: hue angle of 231.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1430D4 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 48 | 212 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.17 |
| HSL | 231.25º | 0.83% | 0.45% | - |
| HSV(B) | 231.25º | 0.91% | 0.83% | - |
| XYZ | 13.23 | 7.02 | 62.94 | - |
| YUV | 58.32 | 214.72 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 212 | 0.91 | 0.77 | 0 | 0.17 | 231.25 | 0.83 | 0.45 |
| Hex | 14 | 30 | D4 | 5B | 4D | 0 | 11 | E7 | 53 | 2D |
| Octal | 24 | 60 | 324 | 133 | 115 | 0 | 21 | 347 | 123 | 55 |
| Binary | 10100 | 110000 | 11010100 | 1011011 | 1001101 | 0 | 10001 | 11100111 | 1010011 | 101101 |
Color Harmonies of #1430D4
Complementary color
Monochromatic Colors of #1430D4
Black with #1430D4
Text Example
Text Example
White with #1430D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1430D4; }
p { color: rgb(20,48,212); }
H1.HeaderClassName
{
color: #1430D4;
}
.AnyTagClassName
{
color: #1430D4;
}
</style>
background-color css
<style>
a { background-color: #1430D4; }
a { background-color: rgb(20,48,212); }
div.DivClassName
{
background-color: #1430D4;
}
.BgClassName
{
background-color: #1430D4;
}
</style>
border-color css
<style>
span { border-color: #1430D4; }
span { border-color: rgb(20,48,212); }
td.TdClassName
{
border-color: #1430D4;
}
.TagClassName
{
border-color: #1430D4;
}
</style>