Shades of Persian Blue #022FD5
Tints of Persian Blue #022FD5
RGB
CMYK
RGB Variations
Color information
#022FD5 (or 0x022FD5) is known color: Persian Blue. HEX triplet: 02, 2F and D5. RGB value is (2,47,213). Sum of RGB (Red+Green+Blue) = 2+47+213=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #022FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FD5 is #FDD02A. Grayscale: #333333. Windows color (decimal): -16633899 or 13971202. OLE color: 13971202.
HSL color Cylindrical-coordinate representation of color #022FD5: hue angle of 227.2º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FD5 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 47 | 213 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.16 |
| HSL | 227.2º | 0.98% | 0.42% | - |
| HSV(B) | 227.2º | 0.99% | 0.84% | - |
| XYZ | 13.05 | 6.85 | 63.59 | - |
| YUV | 52.47 | 218.59 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 213 | 0.99 | 0.78 | 0 | 0.16 | 227.2 | 0.98 | 0.42 |
| Hex | 2 | 2F | D5 | 63 | 4E | 0 | 10 | E3 | 62 | 2A |
| Octal | 2 | 57 | 325 | 143 | 116 | 0 | 20 | 343 | 142 | 52 |
| Binary | 10 | 101111 | 11010101 | 1100011 | 1001110 | 0 | 10000 | 11100011 | 1100010 | 101010 |
Color Harmonies of #022FD5
Complementary color
Monochromatic Colors of #022FD5
Black with #022FD5
Text Example
Text Example
White with #022FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FD5; }
p { color: rgb(2,47,213); }
H1.HeaderClassName
{
color: #022FD5;
}
.AnyTagClassName
{
color: #022FD5;
}
</style>
background-color css
<style>
a { background-color: #022FD5; }
a { background-color: rgb(2,47,213); }
div.DivClassName
{
background-color: #022FD5;
}
.BgClassName
{
background-color: #022FD5;
}
</style>
border-color css
<style>
span { border-color: #022FD5; }
span { border-color: rgb(2,47,213); }
td.TdClassName
{
border-color: #022FD5;
}
.TagClassName
{
border-color: #022FD5;
}
</style>