Shades of Persian Blue #022BC8
Tints of Persian Blue #022BC8
RGB
CMYK
RGB Variations
Color information
#022BC8 (or 0x022BC8) is known color: Persian Blue. HEX triplet: 02, 2B and C8. RGB value is (2,43,200). Sum of RGB (Red+Green+Blue) = 2+43+200=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 200 (78.52% from 255 or 81.63% from 245); Max value from RGB is 200 - color contains mainly: blue. Hex color #022BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BC8 is #FDD437. Grayscale: #2F2F2F. Windows color (decimal): -16634936 or 13118210. OLE color: 13118210.
HSL color Cylindrical-coordinate representation of color #022BC8: hue angle of 227.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BC8 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 43 | 200 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.22 |
| HSL | 227.58º | 0.98% | 0.4% | - |
| HSV(B) | 227.58º | 0.99% | 0.78% | - |
| XYZ | 11.31 | 5.91 | 55.19 | - |
| YUV | 48.64 | 213.42 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 200 | 0.99 | 0.78 | 0 | 0.22 | 227.58 | 0.98 | 0.4 |
| Hex | 2 | 2B | C8 | 63 | 4E | 0 | 16 | E4 | 62 | 28 |
| Octal | 2 | 53 | 310 | 143 | 116 | 0 | 26 | 344 | 142 | 50 |
| Binary | 10 | 101011 | 11001000 | 1100011 | 1001110 | 0 | 10110 | 11100100 | 1100010 | 101000 |
Color Harmonies of #022BC8
Complementary color
Monochromatic Colors of #022BC8
Black with #022BC8
Text Example
Text Example
White with #022BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BC8; }
p { color: rgb(2,43,200); }
H1.HeaderClassName
{
color: #022BC8;
}
.AnyTagClassName
{
color: #022BC8;
}
</style>
background-color css
<style>
a { background-color: #022BC8; }
a { background-color: rgb(2,43,200); }
div.DivClassName
{
background-color: #022BC8;
}
.BgClassName
{
background-color: #022BC8;
}
</style>
border-color css
<style>
span { border-color: #022BC8; }
span { border-color: rgb(2,43,200); }
td.TdClassName
{
border-color: #022BC8;
}
.TagClassName
{
border-color: #022BC8;
}
</style>