Shades of Persian Blue #022BDC
Tints of Persian Blue #022BDC
RGB
CMYK
RGB Variations
Color information
#022BDC (or 0x022BDC) is known color: Persian Blue. HEX triplet: 02, 2B and DC. RGB value is (2,43,220). Sum of RGB (Red+Green+Blue) = 2+43+220=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #022BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BDC is #FDD423. Grayscale: #323232. Windows color (decimal): -16634916 or 14428930. OLE color: 14428930.
HSL color Cylindrical-coordinate representation of color #022BDC: hue angle of 228.72º 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 #022BDC is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 43 | 220 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.14 |
| HSL | 228.72º | 0.98% | 0.44% | - |
| HSV(B) | 228.72º | 0.99% | 0.86% | - |
| XYZ | 13.81 | 6.91 | 68.32 | - |
| YUV | 50.92 | 223.42 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 220 | 0.99 | 0.80 | 0 | 0.14 | 228.72 | 0.98 | 0.44 |
| Hex | 2 | 2B | DC | 63 | 50 | 0 | E | E5 | 62 | 2C |
| Octal | 2 | 53 | 334 | 143 | 120 | 0 | 16 | 345 | 142 | 54 |
| Binary | 10 | 101011 | 11011100 | 1100011 | 1010000 | 0 | 1110 | 11100101 | 1100010 | 101100 |
Color Harmonies of #022BDC
Complementary color
Monochromatic Colors of #022BDC
Black with #022BDC
Text Example
Text Example
White with #022BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BDC; }
p { color: rgb(2,43,220); }
H1.HeaderClassName
{
color: #022BDC;
}
.AnyTagClassName
{
color: #022BDC;
}
</style>
background-color css
<style>
a { background-color: #022BDC; }
a { background-color: rgb(2,43,220); }
div.DivClassName
{
background-color: #022BDC;
}
.BgClassName
{
background-color: #022BDC;
}
</style>
border-color css
<style>
span { border-color: #022BDC; }
span { border-color: rgb(2,43,220); }
td.TdClassName
{
border-color: #022BDC;
}
.TagClassName
{
border-color: #022BDC;
}
</style>