Shades of Persian Blue #0E3DF5
Tints of Persian Blue #0E3DF5
RGB
CMYK
RGB Variations
Color information
#0E3DF5 (or 0x0E3DF5) is known color: Persian Blue. HEX triplet: 0E, 3D and F5. RGB value is (14,61,245). Sum of RGB (Red+Green+Blue) = 14+61+245=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 245 (96.09% from 255 or 76.56% from 320); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E3DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E3DF5 is #F1C20A. Grayscale: #434343. Windows color (decimal): -15843851 or 16071950. OLE color: 16071950.
HSL color Cylindrical-coordinate representation of color #0E3DF5: hue angle of 227.79º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3DF5 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 61 | 245 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.04 |
| HSL | 227.79º | 0.92% | 0.51% | - |
| HSV(B) | 227.79º | 0.94% | 0.96% | - |
| XYZ | 18.33 | 10.02 | 87.35 | - |
| YUV | 67.92 | 227.93 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 61 | 245 | 0.94 | 0.75 | 0 | 0.04 | 227.79 | 0.92 | 0.51 |
| Hex | E | 3D | F5 | 5E | 4B | 0 | 4 | E4 | 5C | 33 |
| Octal | 16 | 75 | 365 | 136 | 113 | 0 | 4 | 344 | 134 | 63 |
| Binary | 1110 | 111101 | 11110101 | 1011110 | 1001011 | 0 | 100 | 11100100 | 1011100 | 110011 |
Color Harmonies of #0E3DF5
Complementary color
Monochromatic Colors of #0E3DF5
Black with #0E3DF5
Text Example
Text Example
White with #0E3DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3DF5; }
p { color: rgb(14,61,245); }
H1.HeaderClassName
{
color: #0E3DF5;
}
.AnyTagClassName
{
color: #0E3DF5;
}
</style>
background-color css
<style>
a { background-color: #0E3DF5; }
a { background-color: rgb(14,61,245); }
div.DivClassName
{
background-color: #0E3DF5;
}
.BgClassName
{
background-color: #0E3DF5;
}
</style>
border-color css
<style>
span { border-color: #0E3DF5; }
span { border-color: rgb(14,61,245); }
td.TdClassName
{
border-color: #0E3DF5;
}
.TagClassName
{
border-color: #0E3DF5;
}
</style>