Shades of Persian Blue #022FDA
Tints of Persian Blue #022FDA
RGB
CMYK
RGB Variations
Color information
#022FDA (or 0x022FDA) is known color: Persian Blue. HEX triplet: 02, 2F and DA. RGB value is (2,47,218). Sum of RGB (Red+Green+Blue) = 2+47+218=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #022FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FDA is #FDD025. Grayscale: #343434. Windows color (decimal): -16633894 or 14298882. OLE color: 14298882.
HSL color Cylindrical-coordinate representation of color #022FDA: hue angle of 227.5º 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 #022FDA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 47 | 218 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.15 |
| HSL | 227.5º | 0.98% | 0.43% | - |
| HSV(B) | 227.5º | 0.99% | 0.85% | - |
| XYZ | 13.7 | 7.11 | 66.98 | - |
| YUV | 53.04 | 221.09 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 218 | 0.99 | 0.78 | 0 | 0.15 | 227.5 | 0.98 | 0.43 |
| Hex | 2 | 2F | DA | 63 | 4E | 0 | F | E4 | 62 | 2B |
| Octal | 2 | 57 | 332 | 143 | 116 | 0 | 17 | 344 | 142 | 53 |
| Binary | 10 | 101111 | 11011010 | 1100011 | 1001110 | 0 | 1111 | 11100100 | 1100010 | 101011 |
Color Harmonies of #022FDA
Complementary color
Monochromatic Colors of #022FDA
Black with #022FDA
Text Example
Text Example
White with #022FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FDA; }
p { color: rgb(2,47,218); }
H1.HeaderClassName
{
color: #022FDA;
}
.AnyTagClassName
{
color: #022FDA;
}
</style>
background-color css
<style>
a { background-color: #022FDA; }
a { background-color: rgb(2,47,218); }
div.DivClassName
{
background-color: #022FDA;
}
.BgClassName
{
background-color: #022FDA;
}
</style>
border-color css
<style>
span { border-color: #022FDA; }
span { border-color: rgb(2,47,218); }
td.TdClassName
{
border-color: #022FDA;
}
.TagClassName
{
border-color: #022FDA;
}
</style>