Shades of Persian Blue #1430EB
Tints of Persian Blue #1430EB
RGB
CMYK
RGB Variations
Color information
#1430EB (or 0x1430EB) is known color: Persian Blue. HEX triplet: 14, 30 and EB. RGB value is (20,48,235). Sum of RGB (Red+Green+Blue) = 20+48+235=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #1430EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1430EB is #EBCF14. Grayscale: #3C3C3C. Windows color (decimal): -15453973 or 15413268. OLE color: 15413268.
HSL color Cylindrical-coordinate representation of color #1430EB: hue angle of 232.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1430EB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 48 | 235 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.08 |
| HSL | 232.19º | 0.84% | 0.5% | - |
| HSV(B) | 232.19º | 0.91% | 0.92% | - |
| XYZ | 16.34 | 8.26 | 79.33 | - |
| YUV | 60.95 | 226.22 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 235 | 0.91 | 0.80 | 0 | 0.08 | 232.19 | 0.84 | 0.5 |
| Hex | 14 | 30 | EB | 5B | 50 | 0 | 8 | E8 | 54 | 32 |
| Octal | 24 | 60 | 353 | 133 | 120 | 0 | 10 | 350 | 124 | 62 |
| Binary | 10100 | 110000 | 11101011 | 1011011 | 1010000 | 0 | 1000 | 11101000 | 1010100 | 110010 |
Color Harmonies of #1430EB
Complementary color
Monochromatic Colors of #1430EB
Black with #1430EB
Text Example
Text Example
White with #1430EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1430EB; }
p { color: rgb(20,48,235); }
H1.HeaderClassName
{
color: #1430EB;
}
.AnyTagClassName
{
color: #1430EB;
}
</style>
background-color css
<style>
a { background-color: #1430EB; }
a { background-color: rgb(20,48,235); }
div.DivClassName
{
background-color: #1430EB;
}
.BgClassName
{
background-color: #1430EB;
}
</style>
border-color css
<style>
span { border-color: #1430EB; }
span { border-color: rgb(20,48,235); }
td.TdClassName
{
border-color: #1430EB;
}
.TagClassName
{
border-color: #1430EB;
}
</style>