Shades of Persian Blue #022BDF
Tints of Persian Blue #022BDF
RGB
CMYK
RGB Variations
Color information
#022BDF (or 0x022BDF) is known color: Persian Blue. HEX triplet: 02, 2B and DF. RGB value is (2,43,223). Sum of RGB (Red+Green+Blue) = 2+43+223=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #022BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BDF is #FDD420. Grayscale: #323232. Windows color (decimal): -16634913 or 14625538. OLE color: 14625538.
HSL color Cylindrical-coordinate representation of color #022BDF: hue angle of 228.87º 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 #022BDF is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 43 | 223 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.13 |
| HSL | 228.87º | 0.98% | 0.44% | - |
| HSV(B) | 228.87º | 0.99% | 0.87% | - |
| XYZ | 14.21 | 7.07 | 70.43 | - |
| YUV | 51.26 | 224.92 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 223 | 0.99 | 0.81 | 0 | 0.13 | 228.87 | 0.98 | 0.44 |
| Hex | 2 | 2B | DF | 63 | 51 | 0 | D | E5 | 62 | 2C |
| Octal | 2 | 53 | 337 | 143 | 121 | 0 | 15 | 345 | 142 | 54 |
| Binary | 10 | 101011 | 11011111 | 1100011 | 1010001 | 0 | 1101 | 11100101 | 1100010 | 101100 |
Color Harmonies of #022BDF
Complementary color
Monochromatic Colors of #022BDF
Black with #022BDF
Text Example
Text Example
White with #022BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BDF; }
p { color: rgb(2,43,223); }
H1.HeaderClassName
{
color: #022BDF;
}
.AnyTagClassName
{
color: #022BDF;
}
</style>
background-color css
<style>
a { background-color: #022BDF; }
a { background-color: rgb(2,43,223); }
div.DivClassName
{
background-color: #022BDF;
}
.BgClassName
{
background-color: #022BDF;
}
</style>
border-color css
<style>
span { border-color: #022BDF; }
span { border-color: rgb(2,43,223); }
td.TdClassName
{
border-color: #022BDF;
}
.TagClassName
{
border-color: #022BDF;
}
</style>