Shades of Persian Blue #1434EB
Tints of Persian Blue #1434EB
RGB
CMYK
RGB Variations
Color information
#1434EB (or 0x1434EB) is known color: Persian Blue. HEX triplet: 14, 34 and EB. RGB value is (20,52,235). Sum of RGB (Red+Green+Blue) = 20+52+235=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #1434EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1434EB is #EBCB14. Grayscale: #3E3E3E. Windows color (decimal): -15452949 or 15414292. OLE color: 15414292.
HSL color Cylindrical-coordinate representation of color #1434EB: hue angle of 231.07º 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 #1434EB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 52 | 235 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.08 |
| HSL | 231.07º | 0.84% | 0.5% | - |
| HSV(B) | 231.07º | 0.91% | 0.92% | - |
| XYZ | 16.51 | 8.6 | 79.39 | - |
| YUV | 63.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 235 | 0.91 | 0.78 | 0 | 0.08 | 231.07 | 0.84 | 0.5 |
| Hex | 14 | 34 | EB | 5B | 4E | 0 | 8 | E7 | 54 | 32 |
| Octal | 24 | 64 | 353 | 133 | 116 | 0 | 10 | 347 | 124 | 62 |
| Binary | 10100 | 110100 | 11101011 | 1011011 | 1001110 | 0 | 1000 | 11100111 | 1010100 | 110010 |
Color Harmonies of #1434EB
Complementary color
Monochromatic Colors of #1434EB
Black with #1434EB
Text Example
Text Example
White with #1434EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1434EB; }
p { color: rgb(20,52,235); }
H1.HeaderClassName
{
color: #1434EB;
}
.AnyTagClassName
{
color: #1434EB;
}
</style>
background-color css
<style>
a { background-color: #1434EB; }
a { background-color: rgb(20,52,235); }
div.DivClassName
{
background-color: #1434EB;
}
.BgClassName
{
background-color: #1434EB;
}
</style>
border-color css
<style>
span { border-color: #1434EB; }
span { border-color: rgb(20,52,235); }
td.TdClassName
{
border-color: #1434EB;
}
.TagClassName
{
border-color: #1434EB;
}
</style>