Shades of Persian Blue #0E2DD4
Tints of Persian Blue #0E2DD4
RGB
CMYK
RGB Variations
Color information
#0E2DD4 (or 0x0E2DD4) is known color: Persian Blue. HEX triplet: 0E, 2D and D4. RGB value is (14,45,212). Sum of RGB (Red+Green+Blue) = 14+45+212=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 212 (83.20% from 255 or 78.23% from 271); Max value from RGB is 212 - color contains mainly: blue. Hex color #0E2DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2DD4 is #F1D22B. Grayscale: #363636. Windows color (decimal): -15847980 or 13905166. OLE color: 13905166.
HSL color Cylindrical-coordinate representation of color #0E2DD4: hue angle of 230.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E2DD4 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 45 | 212 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.17 |
| HSL | 230.61º | 0.88% | 0.44% | - |
| HSV(B) | 230.61º | 0.93% | 0.83% | - |
| XYZ | 13 | 6.72 | 62.9 | - |
| YUV | 54.77 | 216.73 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 212 | 0.93 | 0.79 | 0 | 0.17 | 230.61 | 0.88 | 0.44 |
| Hex | E | 2D | D4 | 5D | 4F | 0 | 11 | E7 | 58 | 2C |
| Octal | 16 | 55 | 324 | 135 | 117 | 0 | 21 | 347 | 130 | 54 |
| Binary | 1110 | 101101 | 11010100 | 1011101 | 1001111 | 0 | 10001 | 11100111 | 1011000 | 101100 |
Color Harmonies of #0E2DD4
Complementary color
Monochromatic Colors of #0E2DD4
Black with #0E2DD4
Text Example
Text Example
White with #0E2DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2DD4; }
p { color: rgb(14,45,212); }
H1.HeaderClassName
{
color: #0E2DD4;
}
.AnyTagClassName
{
color: #0E2DD4;
}
</style>
background-color css
<style>
a { background-color: #0E2DD4; }
a { background-color: rgb(14,45,212); }
div.DivClassName
{
background-color: #0E2DD4;
}
.BgClassName
{
background-color: #0E2DD4;
}
</style>
border-color css
<style>
span { border-color: #0E2DD4; }
span { border-color: rgb(14,45,212); }
td.TdClassName
{
border-color: #0E2DD4;
}
.TagClassName
{
border-color: #0E2DD4;
}
</style>