Shades of Persian Blue #002EDA
Tints of Persian Blue #002EDA
RGB
CMYK
RGB Variations
Color information
#002EDA (or 0x002EDA) is known color: Persian Blue. HEX triplet: 00, 2E and DA. RGB value is (0,46,218). Sum of RGB (Red+Green+Blue) = 0+46+218=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #002EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EDA is #FFD125. Grayscale: #333333. Windows color (decimal): -16765222 or 14298624. OLE color: 14298624.
HSL color Cylindrical-coordinate representation of color #002EDA: hue angle of 227.34º 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 #002EDA is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 46 | 218 | - |
| CMYK | 1 | 0.79 | 0 | 0.15 |
| HSL | 227.34º | 1% | 0.43% | - |
| HSV(B) | 227.34º | 1% | 0.85% | - |
| XYZ | 13.63 | 7.02 | 66.97 | - |
| YUV | 51.85 | 221.76 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 218 | 1 | 0.79 | 0 | 0.15 | 227.34 | 1 | 0.43 |
| Hex | 0 | 2E | DA | 64 | 4F | 0 | F | E3 | 64 | 2B |
| Octal | 0 | 56 | 332 | 144 | 117 | 0 | 17 | 343 | 144 | 53 |
| Binary | 0 | 101110 | 11011010 | 1100100 | 1001111 | 0 | 1111 | 11100011 | 1100100 | 101011 |
Color Harmonies of #002EDA
Complementary color
Monochromatic Colors of #002EDA
Black with #002EDA
Text Example
Text Example
White with #002EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EDA; }
p { color: rgb(0,46,218); }
H1.HeaderClassName
{
color: #002EDA;
}
.AnyTagClassName
{
color: #002EDA;
}
</style>
background-color css
<style>
a { background-color: #002EDA; }
a { background-color: rgb(0,46,218); }
div.DivClassName
{
background-color: #002EDA;
}
.BgClassName
{
background-color: #002EDA;
}
</style>
border-color css
<style>
span { border-color: #002EDA; }
span { border-color: rgb(0,46,218); }
td.TdClassName
{
border-color: #002EDA;
}
.TagClassName
{
border-color: #002EDA;
}
</style>