Shades of Persian Blue #002ADE
Tints of Persian Blue #002ADE
RGB
CMYK
RGB Variations
Color information
#002ADE (or 0x002ADE) is known color: Persian Blue. HEX triplet: 00, 2A and DE. RGB value is (0,42,222). Sum of RGB (Red+Green+Blue) = 0+42+222=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 222 (87.11% from 255 or 84.09% from 264); Max value from RGB is 222 - color contains mainly: blue. Hex color #002ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ADE is #FFD521. Grayscale: #313131. Windows color (decimal): -16766242 or 14559744. OLE color: 14559744.
HSL color Cylindrical-coordinate representation of color #002ADE: hue angle of 228.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ADE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 42 | 222 | - |
| CMYK | 1 | 0.81 | 0 | 0.13 |
| HSL | 228.65º | 1% | 0.44% | - |
| HSV(B) | 228.65º | 1% | 0.87% | - |
| XYZ | 14.01 | 6.93 | 69.71 | - |
| YUV | 49.96 | 225.09 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 222 | 1 | 0.81 | 0 | 0.13 | 228.65 | 1 | 0.44 |
| Hex | 0 | 2A | DE | 64 | 51 | 0 | D | E5 | 64 | 2C |
| Octal | 0 | 52 | 336 | 144 | 121 | 0 | 15 | 345 | 144 | 54 |
| Binary | 0 | 101010 | 11011110 | 1100100 | 1010001 | 0 | 1101 | 11100101 | 1100100 | 101100 |
Color Harmonies of #002ADE
Complementary color
Monochromatic Colors of #002ADE
Black with #002ADE
Text Example
Text Example
White with #002ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ADE; }
p { color: rgb(0,42,222); }
H1.HeaderClassName
{
color: #002ADE;
}
.AnyTagClassName
{
color: #002ADE;
}
</style>
background-color css
<style>
a { background-color: #002ADE; }
a { background-color: rgb(0,42,222); }
div.DivClassName
{
background-color: #002ADE;
}
.BgClassName
{
background-color: #002ADE;
}
</style>
border-color css
<style>
span { border-color: #002ADE; }
span { border-color: rgb(0,42,222); }
td.TdClassName
{
border-color: #002ADE;
}
.TagClassName
{
border-color: #002ADE;
}
</style>