Shades of Persian Blue #022DDC
Tints of Persian Blue #022DDC
RGB
CMYK
RGB Variations
Color information
#022DDC (or 0x022DDC) is known color: Persian Blue. HEX triplet: 02, 2D and DC. RGB value is (2,45,220). Sum of RGB (Red+Green+Blue) = 2+45+220=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #022DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DDC is #FDD223. Grayscale: #333333. Windows color (decimal): -16634404 or 14429442. OLE color: 14429442.
HSL color Cylindrical-coordinate representation of color #022DDC: hue angle of 228.17º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DDC is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 45 | 220 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.14 |
| HSL | 228.17º | 0.98% | 0.44% | - |
| HSV(B) | 228.17º | 0.99% | 0.86% | - |
| XYZ | 13.88 | 7.06 | 68.34 | - |
| YUV | 52.09 | 222.75 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 220 | 0.99 | 0.80 | 0 | 0.14 | 228.17 | 0.98 | 0.44 |
| Hex | 2 | 2D | DC | 63 | 50 | 0 | E | E4 | 62 | 2C |
| Octal | 2 | 55 | 334 | 143 | 120 | 0 | 16 | 344 | 142 | 54 |
| Binary | 10 | 101101 | 11011100 | 1100011 | 1010000 | 0 | 1110 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022DDC
Complementary color
Monochromatic Colors of #022DDC
Black with #022DDC
Text Example
Text Example
White with #022DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DDC; }
p { color: rgb(2,45,220); }
H1.HeaderClassName
{
color: #022DDC;
}
.AnyTagClassName
{
color: #022DDC;
}
</style>
background-color css
<style>
a { background-color: #022DDC; }
a { background-color: rgb(2,45,220); }
div.DivClassName
{
background-color: #022DDC;
}
.BgClassName
{
background-color: #022DDC;
}
</style>
border-color css
<style>
span { border-color: #022DDC; }
span { border-color: rgb(2,45,220); }
td.TdClassName
{
border-color: #022DDC;
}
.TagClassName
{
border-color: #022DDC;
}
</style>