Shades of Persian Blue #022CDC
Tints of Persian Blue #022CDC
RGB
CMYK
RGB Variations
Color information
#022CDC (or 0x022CDC) is known color: Persian Blue. HEX triplet: 02, 2C and DC. RGB value is (2,44,220). Sum of RGB (Red+Green+Blue) = 2+44+220=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #022CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CDC is #FDD323. Grayscale: #323232. Windows color (decimal): -16634660 or 14429186. OLE color: 14429186.
HSL color Cylindrical-coordinate representation of color #022CDC: hue angle of 228.44º 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 #022CDC is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 44 | 220 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.14 |
| HSL | 228.44º | 0.98% | 0.44% | - |
| HSV(B) | 228.44º | 0.99% | 0.86% | - |
| XYZ | 13.84 | 6.98 | 68.33 | - |
| YUV | 51.51 | 223.09 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 220 | 0.99 | 0.8 | 0 | 0.14 | 228.44 | 0.98 | 0.44 |
| Hex | 2 | 2C | DC | 63 | 50 | 0 | E | E4 | 62 | 2C |
| Octal | 2 | 54 | 334 | 143 | 120 | 0 | 16 | 344 | 142 | 54 |
| Binary | 10 | 101100 | 11011100 | 1100011 | 1010000 | 0 | 1110 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022CDC
Complementary color
Monochromatic Colors of #022CDC
Black with #022CDC
Text Example
Text Example
White with #022CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CDC; }
p { color: rgb(2,44,220); }
H1.HeaderClassName
{
color: #022CDC;
}
.AnyTagClassName
{
color: #022CDC;
}
</style>
background-color css
<style>
a { background-color: #022CDC; }
a { background-color: rgb(2,44,220); }
div.DivClassName
{
background-color: #022CDC;
}
.BgClassName
{
background-color: #022CDC;
}
</style>
border-color css
<style>
span { border-color: #022CDC; }
span { border-color: rgb(2,44,220); }
td.TdClassName
{
border-color: #022CDC;
}
.TagClassName
{
border-color: #022CDC;
}
</style>