Shades of Persian Blue #022DDA
Tints of Persian Blue #022DDA
RGB
CMYK
RGB Variations
Color information
#022DDA (or 0x022DDA) is known color: Persian Blue. HEX triplet: 02, 2D and DA. RGB value is (2,45,218). Sum of RGB (Red+Green+Blue) = 2+45+218=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #022DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DDA is #FDD225. Grayscale: #333333. Windows color (decimal): -16634406 or 14298370. OLE color: 14298370.
HSL color Cylindrical-coordinate representation of color #022DDA: hue angle of 228.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DDA is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 45 | 218 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.15 |
| HSL | 228.06º | 0.98% | 0.43% | - |
| HSV(B) | 228.06º | 0.99% | 0.85% | - |
| XYZ | 13.62 | 6.95 | 66.95 | - |
| YUV | 51.87 | 221.75 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 218 | 0.99 | 0.79 | 0 | 0.15 | 228.06 | 0.98 | 0.43 |
| Hex | 2 | 2D | DA | 63 | 4F | 0 | F | E4 | 62 | 2B |
| Octal | 2 | 55 | 332 | 143 | 117 | 0 | 17 | 344 | 142 | 53 |
| Binary | 10 | 101101 | 11011010 | 1100011 | 1001111 | 0 | 1111 | 11100100 | 1100010 | 101011 |
Color Harmonies of #022DDA
Complementary color
Monochromatic Colors of #022DDA
Black with #022DDA
Text Example
Text Example
White with #022DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DDA; }
p { color: rgb(2,45,218); }
H1.HeaderClassName
{
color: #022DDA;
}
.AnyTagClassName
{
color: #022DDA;
}
</style>
background-color css
<style>
a { background-color: #022DDA; }
a { background-color: rgb(2,45,218); }
div.DivClassName
{
background-color: #022DDA;
}
.BgClassName
{
background-color: #022DDA;
}
</style>
border-color css
<style>
span { border-color: #022DDA; }
span { border-color: rgb(2,45,218); }
td.TdClassName
{
border-color: #022DDA;
}
.TagClassName
{
border-color: #022DDA;
}
</style>