Shades of Persian Blue #022FDD
Tints of Persian Blue #022FDD
RGB
CMYK
RGB Variations
Color information
#022FDD (or 0x022FDD) is known color: Persian Blue. HEX triplet: 02, 2F and DD. RGB value is (2,47,221). Sum of RGB (Red+Green+Blue) = 2+47+221=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #022FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FDD is #FDD022. Grayscale: #343434. Windows color (decimal): -16633891 or 14495490. OLE color: 14495490.
HSL color Cylindrical-coordinate representation of color #022FDD: hue angle of 227.67º 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 #022FDD is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 47 | 221 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.13 |
| HSL | 227.67º | 0.98% | 0.44% | - |
| HSV(B) | 227.67º | 0.99% | 0.87% | - |
| XYZ | 14.09 | 7.27 | 69.07 | - |
| YUV | 53.38 | 222.59 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 221 | 0.99 | 0.79 | 0 | 0.13 | 227.67 | 0.98 | 0.44 |
| Hex | 2 | 2F | DD | 63 | 4F | 0 | D | E4 | 62 | 2C |
| Octal | 2 | 57 | 335 | 143 | 117 | 0 | 15 | 344 | 142 | 54 |
| Binary | 10 | 101111 | 11011101 | 1100011 | 1001111 | 0 | 1101 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022FDD
Complementary color
Monochromatic Colors of #022FDD
Black with #022FDD
Text Example
Text Example
White with #022FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FDD; }
p { color: rgb(2,47,221); }
H1.HeaderClassName
{
color: #022FDD;
}
.AnyTagClassName
{
color: #022FDD;
}
</style>
background-color css
<style>
a { background-color: #022FDD; }
a { background-color: rgb(2,47,221); }
div.DivClassName
{
background-color: #022FDD;
}
.BgClassName
{
background-color: #022FDD;
}
</style>
border-color css
<style>
span { border-color: #022FDD; }
span { border-color: rgb(2,47,221); }
td.TdClassName
{
border-color: #022FDD;
}
.TagClassName
{
border-color: #022FDD;
}
</style>