Shades of Persian Blue #002ED9
Tints of Persian Blue #002ED9
RGB
CMYK
RGB Variations
Color information
#002ED9 (or 0x002ED9) is known color: Persian Blue. HEX triplet: 00, 2E and D9. RGB value is (0,46,217). Sum of RGB (Red+Green+Blue) = 0+46+217=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #002ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ED9 is #FFD126. Grayscale: #333333. Windows color (decimal): -16765223 or 14233088. OLE color: 14233088.
HSL color Cylindrical-coordinate representation of color #002ED9: hue angle of 227.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ED9 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 46 | 217 | - |
| CMYK | 1 | 0.79 | 0 | 0.15 |
| HSL | 227.28º | 1% | 0.43% | - |
| HSV(B) | 227.28º | 1% | 0.85% | - |
| XYZ | 13.5 | 6.96 | 66.28 | - |
| YUV | 51.74 | 221.26 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 217 | 1 | 0.79 | 0 | 0.15 | 227.28 | 1 | 0.43 |
| Hex | 0 | 2E | D9 | 64 | 4F | 0 | F | E3 | 64 | 2B |
| Octal | 0 | 56 | 331 | 144 | 117 | 0 | 17 | 343 | 144 | 53 |
| Binary | 0 | 101110 | 11011001 | 1100100 | 1001111 | 0 | 1111 | 11100011 | 1100100 | 101011 |
Color Harmonies of #002ED9
Complementary color
Monochromatic Colors of #002ED9
Black with #002ED9
Text Example
Text Example
White with #002ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ED9; }
p { color: rgb(0,46,217); }
H1.HeaderClassName
{
color: #002ED9;
}
.AnyTagClassName
{
color: #002ED9;
}
</style>
background-color css
<style>
a { background-color: #002ED9; }
a { background-color: rgb(0,46,217); }
div.DivClassName
{
background-color: #002ED9;
}
.BgClassName
{
background-color: #002ED9;
}
</style>
border-color css
<style>
span { border-color: #002ED9; }
span { border-color: rgb(0,46,217); }
td.TdClassName
{
border-color: #002ED9;
}
.TagClassName
{
border-color: #002ED9;
}
</style>