Shades of Persian Blue #1426DE
Tints of Persian Blue #1426DE
RGB
CMYK
RGB Variations
Color information
#1426DE (or 0x1426DE) is known color: Persian Blue. HEX triplet: 14, 26 and DE. RGB value is (20,38,222). Sum of RGB (Red+Green+Blue) = 20+38+222=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #1426DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426DE is #EBD921. Grayscale: #343434. Windows color (decimal): -15456546 or 14558740. OLE color: 14558740.
HSL color Cylindrical-coordinate representation of color #1426DE: hue angle of 234.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1426DE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 38 | 222 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.13 |
| HSL | 234.65º | 0.83% | 0.47% | - |
| HSV(B) | 234.65º | 0.91% | 0.87% | - |
| XYZ | 14.17 | 6.81 | 69.67 | - |
| YUV | 53.59 | 223.04 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 222 | 0.91 | 0.83 | 0 | 0.13 | 234.65 | 0.83 | 0.47 |
| Hex | 14 | 26 | DE | 5B | 53 | 0 | D | EB | 53 | 2F |
| Octal | 24 | 46 | 336 | 133 | 123 | 0 | 15 | 353 | 123 | 57 |
| Binary | 10100 | 100110 | 11011110 | 1011011 | 1010011 | 0 | 1101 | 11101011 | 1010011 | 101111 |
Color Harmonies of #1426DE
Complementary color
Monochromatic Colors of #1426DE
Black with #1426DE
Text Example
Text Example
White with #1426DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426DE; }
p { color: rgb(20,38,222); }
H1.HeaderClassName
{
color: #1426DE;
}
.AnyTagClassName
{
color: #1426DE;
}
</style>
background-color css
<style>
a { background-color: #1426DE; }
a { background-color: rgb(20,38,222); }
div.DivClassName
{
background-color: #1426DE;
}
.BgClassName
{
background-color: #1426DE;
}
</style>
border-color css
<style>
span { border-color: #1426DE; }
span { border-color: rgb(20,38,222); }
td.TdClassName
{
border-color: #1426DE;
}
.TagClassName
{
border-color: #1426DE;
}
</style>