Shades of Persian Blue #022CDD
Tints of Persian Blue #022CDD
RGB
CMYK
RGB Variations
Color information
#022CDD (or 0x022CDD) is known color: Persian Blue. HEX triplet: 02, 2C and DD. RGB value is (2,44,221). Sum of RGB (Red+Green+Blue) = 2+44+221=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #022CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CDD is #FDD322. Grayscale: #323232. Windows color (decimal): -16634659 or 14494722. OLE color: 14494722.
HSL color Cylindrical-coordinate representation of color #022CDD: hue angle of 228.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CDD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 44 | 221 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.13 |
| HSL | 228.49º | 0.98% | 0.44% | - |
| HSV(B) | 228.49º | 0.99% | 0.87% | - |
| XYZ | 13.98 | 7.03 | 69.03 | - |
| YUV | 51.62 | 223.59 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 221 | 0.99 | 0.80 | 0 | 0.13 | 228.49 | 0.98 | 0.44 |
| Hex | 2 | 2C | DD | 63 | 50 | 0 | D | E4 | 62 | 2C |
| Octal | 2 | 54 | 335 | 143 | 120 | 0 | 15 | 344 | 142 | 54 |
| Binary | 10 | 101100 | 11011101 | 1100011 | 1010000 | 0 | 1101 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022CDD
Complementary color
Monochromatic Colors of #022CDD
Black with #022CDD
Text Example
Text Example
White with #022CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CDD; }
p { color: rgb(2,44,221); }
H1.HeaderClassName
{
color: #022CDD;
}
.AnyTagClassName
{
color: #022CDD;
}
</style>
background-color css
<style>
a { background-color: #022CDD; }
a { background-color: rgb(2,44,221); }
div.DivClassName
{
background-color: #022CDD;
}
.BgClassName
{
background-color: #022CDD;
}
</style>
border-color css
<style>
span { border-color: #022CDD; }
span { border-color: rgb(2,44,221); }
td.TdClassName
{
border-color: #022CDD;
}
.TagClassName
{
border-color: #022CDD;
}
</style>