Shades of Persian Blue #022CDF
Tints of Persian Blue #022CDF
RGB
CMYK
RGB Variations
Color information
#022CDF (or 0x022CDF) is known color: Persian Blue. HEX triplet: 02, 2C and DF. RGB value is (2,44,223). Sum of RGB (Red+Green+Blue) = 2+44+223=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #022CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CDF is #FDD320. Grayscale: #333333. Windows color (decimal): -16634657 or 14625794. OLE color: 14625794.
HSL color Cylindrical-coordinate representation of color #022CDF: hue angle of 228.6º 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 #022CDF is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 44 | 223 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.13 |
| HSL | 228.6º | 0.98% | 0.44% | - |
| HSV(B) | 228.6º | 0.99% | 0.87% | - |
| XYZ | 14.25 | 7.14 | 70.44 | - |
| YUV | 51.85 | 224.59 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 223 | 0.99 | 0.80 | 0 | 0.13 | 228.6 | 0.98 | 0.44 |
| Hex | 2 | 2C | DF | 63 | 50 | 0 | D | E5 | 62 | 2C |
| Octal | 2 | 54 | 337 | 143 | 120 | 0 | 15 | 345 | 142 | 54 |
| Binary | 10 | 101100 | 11011111 | 1100011 | 1010000 | 0 | 1101 | 11100101 | 1100010 | 101100 |
Color Harmonies of #022CDF
Complementary color
Monochromatic Colors of #022CDF
Black with #022CDF
Text Example
Text Example
White with #022CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CDF; }
p { color: rgb(2,44,223); }
H1.HeaderClassName
{
color: #022CDF;
}
.AnyTagClassName
{
color: #022CDF;
}
</style>
background-color css
<style>
a { background-color: #022CDF; }
a { background-color: rgb(2,44,223); }
div.DivClassName
{
background-color: #022CDF;
}
.BgClassName
{
background-color: #022CDF;
}
</style>
border-color css
<style>
span { border-color: #022CDF; }
span { border-color: rgb(2,44,223); }
td.TdClassName
{
border-color: #022CDF;
}
.TagClassName
{
border-color: #022CDF;
}
</style>