Shades of Persian Blue #023BDC
Tints of Persian Blue #023BDC
RGB
CMYK
RGB Variations
Color information
#023BDC (or 0x023BDC) is known color: Persian Blue. HEX triplet: 02, 3B and DC. RGB value is (2,59,220). Sum of RGB (Red+Green+Blue) = 2+59+220=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #023BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BDC is #FDC423. Grayscale: #3B3B3B. Windows color (decimal): -16630820 or 14433026. OLE color: 14433026.
HSL color Cylindrical-coordinate representation of color #023BDC: hue angle of 224.31º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BDC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 59 | 220 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.14 |
| HSL | 224.31º | 0.98% | 0.44% | - |
| HSV(B) | 224.31º | 0.99% | 0.86% | - |
| XYZ | 14.51 | 8.31 | 68.55 | - |
| YUV | 60.31 | 218.12 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 220 | 0.99 | 0.73 | 0 | 0.14 | 224.31 | 0.98 | 0.44 |
| Hex | 2 | 3B | DC | 63 | 49 | 0 | E | E0 | 62 | 2C |
| Octal | 2 | 73 | 334 | 143 | 111 | 0 | 16 | 340 | 142 | 54 |
| Binary | 10 | 111011 | 11011100 | 1100011 | 1001001 | 0 | 1110 | 11100000 | 1100010 | 101100 |
Color Harmonies of #023BDC
Complementary color
Monochromatic Colors of #023BDC
Black with #023BDC
Text Example
Text Example
White with #023BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BDC; }
p { color: rgb(2,59,220); }
H1.HeaderClassName
{
color: #023BDC;
}
.AnyTagClassName
{
color: #023BDC;
}
</style>
background-color css
<style>
a { background-color: #023BDC; }
a { background-color: rgb(2,59,220); }
div.DivClassName
{
background-color: #023BDC;
}
.BgClassName
{
background-color: #023BDC;
}
</style>
border-color css
<style>
span { border-color: #023BDC; }
span { border-color: rgb(2,59,220); }
td.TdClassName
{
border-color: #023BDC;
}
.TagClassName
{
border-color: #023BDC;
}
</style>