Shades of Persian Blue #022FDF
Tints of Persian Blue #022FDF
RGB
CMYK
RGB Variations
Color information
#022FDF (or 0x022FDF) is known color: Persian Blue. HEX triplet: 02, 2F and DF. RGB value is (2,47,223). Sum of RGB (Red+Green+Blue) = 2+47+223=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #022FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FDF is #FDD020. Grayscale: #343434. Windows color (decimal): -16633889 or 14626562. OLE color: 14626562.
HSL color Cylindrical-coordinate representation of color #022FDF: hue angle of 227.78º 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 #022FDF is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 47 | 223 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.13 |
| HSL | 227.78º | 0.98% | 0.44% | - |
| HSV(B) | 227.78º | 0.99% | 0.87% | - |
| XYZ | 14.36 | 7.37 | 70.48 | - |
| YUV | 53.61 | 223.59 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 223 | 0.99 | 0.79 | 0 | 0.13 | 227.78 | 0.98 | 0.44 |
| Hex | 2 | 2F | DF | 63 | 4F | 0 | D | E4 | 62 | 2C |
| Octal | 2 | 57 | 337 | 143 | 117 | 0 | 15 | 344 | 142 | 54 |
| Binary | 10 | 101111 | 11011111 | 1100011 | 1001111 | 0 | 1101 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022FDF
Complementary color
Monochromatic Colors of #022FDF
Black with #022FDF
Text Example
Text Example
White with #022FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FDF; }
p { color: rgb(2,47,223); }
H1.HeaderClassName
{
color: #022FDF;
}
.AnyTagClassName
{
color: #022FDF;
}
</style>
background-color css
<style>
a { background-color: #022FDF; }
a { background-color: rgb(2,47,223); }
div.DivClassName
{
background-color: #022FDF;
}
.BgClassName
{
background-color: #022FDF;
}
</style>
border-color css
<style>
span { border-color: #022FDF; }
span { border-color: rgb(2,47,223); }
td.TdClassName
{
border-color: #022FDF;
}
.TagClassName
{
border-color: #022FDF;
}
</style>