Shades of Persian Blue #022FCB
Tints of Persian Blue #022FCB
RGB
CMYK
RGB Variations
Color information
#022FCB (or 0x022FCB) is known color: Persian Blue. HEX triplet: 02, 2F and CB. RGB value is (2,47,203). Sum of RGB (Red+Green+Blue) = 2+47+203=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #022FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FCB is #FDD034. Grayscale: #323232. Windows color (decimal): -16633909 or 13315842. OLE color: 13315842.
HSL color Cylindrical-coordinate representation of color #022FCB: hue angle of 226.57º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FCB is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 47 | 203 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.20 |
| HSL | 226.57º | 0.98% | 0.4% | - |
| HSV(B) | 226.57º | 0.99% | 0.8% | - |
| XYZ | 11.82 | 6.36 | 57.1 | - |
| YUV | 51.33 | 213.59 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 203 | 0.99 | 0.77 | 0 | 0.20 | 226.57 | 0.98 | 0.4 |
| Hex | 2 | 2F | CB | 63 | 4D | 0 | 14 | E3 | 62 | 28 |
| Octal | 2 | 57 | 313 | 143 | 115 | 0 | 24 | 343 | 142 | 50 |
| Binary | 10 | 101111 | 11001011 | 1100011 | 1001101 | 0 | 10100 | 11100011 | 1100010 | 101000 |
Color Harmonies of #022FCB
Complementary color
Monochromatic Colors of #022FCB
Black with #022FCB
Text Example
Text Example
White with #022FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FCB; }
p { color: rgb(2,47,203); }
H1.HeaderClassName
{
color: #022FCB;
}
.AnyTagClassName
{
color: #022FCB;
}
</style>
background-color css
<style>
a { background-color: #022FCB; }
a { background-color: rgb(2,47,203); }
div.DivClassName
{
background-color: #022FCB;
}
.BgClassName
{
background-color: #022FCB;
}
</style>
border-color css
<style>
span { border-color: #022FCB; }
span { border-color: rgb(2,47,203); }
td.TdClassName
{
border-color: #022FCB;
}
.TagClassName
{
border-color: #022FCB;
}
</style>