Shades of Persian Blue #1438EF
Tints of Persian Blue #1438EF
RGB
CMYK
RGB Variations
Color information
#1438EF (or 0x1438EF) is known color: Persian Blue. HEX triplet: 14, 38 and EF. RGB value is (20,56,239). Sum of RGB (Red+Green+Blue) = 20+56+239=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #1438EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1438EF is #EBC710. Grayscale: #414141. Windows color (decimal): -15451921 or 15677460. OLE color: 15677460.
HSL color Cylindrical-coordinate representation of color #1438EF: hue angle of 230.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1438EF is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 56 | 239 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.06 |
| HSL | 230.14º | 0.87% | 0.51% | - |
| HSV(B) | 230.14º | 0.92% | 0.94% | - |
| XYZ | 17.28 | 9.21 | 82.53 | - |
| YUV | 66.1 | 225.57 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 239 | 0.92 | 0.77 | 0 | 0.06 | 230.14 | 0.87 | 0.51 |
| Hex | 14 | 38 | EF | 5C | 4D | 0 | 6 | E6 | 57 | 33 |
| Octal | 24 | 70 | 357 | 134 | 115 | 0 | 6 | 346 | 127 | 63 |
| Binary | 10100 | 111000 | 11101111 | 1011100 | 1001101 | 0 | 110 | 11100110 | 1010111 | 110011 |
Color Harmonies of #1438EF
Complementary color
Monochromatic Colors of #1438EF
Black with #1438EF
Text Example
Text Example
White with #1438EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1438EF; }
p { color: rgb(20,56,239); }
H1.HeaderClassName
{
color: #1438EF;
}
.AnyTagClassName
{
color: #1438EF;
}
</style>
background-color css
<style>
a { background-color: #1438EF; }
a { background-color: rgb(20,56,239); }
div.DivClassName
{
background-color: #1438EF;
}
.BgClassName
{
background-color: #1438EF;
}
</style>
border-color css
<style>
span { border-color: #1438EF; }
span { border-color: rgb(20,56,239); }
td.TdClassName
{
border-color: #1438EF;
}
.TagClassName
{
border-color: #1438EF;
}
</style>