Shades of Persian Blue #0E2FDA
Tints of Persian Blue #0E2FDA
RGB
CMYK
RGB Variations
Color information
#0E2FDA (or 0x0E2FDA) is known color: Persian Blue. HEX triplet: 0E, 2F and DA. RGB value is (14,47,218). Sum of RGB (Red+Green+Blue) = 14+47+218=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E2FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2FDA is #F1D025. Grayscale: #373737. Windows color (decimal): -15847462 or 14298894. OLE color: 14298894.
HSL color Cylindrical-coordinate representation of color #0E2FDA: hue angle of 230.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2FDA is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 47 | 218 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.15 |
| HSL | 230.29º | 0.88% | 0.45% | - |
| HSV(B) | 230.29º | 0.94% | 0.85% | - |
| XYZ | 13.85 | 7.19 | 66.99 | - |
| YUV | 56.63 | 219.07 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 218 | 0.94 | 0.78 | 0 | 0.15 | 230.29 | 0.88 | 0.45 |
| Hex | E | 2F | DA | 5E | 4E | 0 | F | E6 | 58 | 2D |
| Octal | 16 | 57 | 332 | 136 | 116 | 0 | 17 | 346 | 130 | 55 |
| Binary | 1110 | 101111 | 11011010 | 1011110 | 1001110 | 0 | 1111 | 11100110 | 1011000 | 101101 |
Color Harmonies of #0E2FDA
Complementary color
Monochromatic Colors of #0E2FDA
Black with #0E2FDA
Text Example
Text Example
White with #0E2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2FDA; }
p { color: rgb(14,47,218); }
H1.HeaderClassName
{
color: #0E2FDA;
}
.AnyTagClassName
{
color: #0E2FDA;
}
</style>
background-color css
<style>
a { background-color: #0E2FDA; }
a { background-color: rgb(14,47,218); }
div.DivClassName
{
background-color: #0E2FDA;
}
.BgClassName
{
background-color: #0E2FDA;
}
</style>
border-color css
<style>
span { border-color: #0E2FDA; }
span { border-color: rgb(14,47,218); }
td.TdClassName
{
border-color: #0E2FDA;
}
.TagClassName
{
border-color: #0E2FDA;
}
</style>