Shades of Persian Blue #023CDC
Tints of Persian Blue #023CDC
RGB
CMYK
RGB Variations
Color information
#023CDC (or 0x023CDC) is known color: Persian Blue. HEX triplet: 02, 3C and DC. RGB value is (2,60,220). Sum of RGB (Red+Green+Blue) = 2+60+220=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #023CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CDC is #FDC323. Grayscale: #3C3C3C. Windows color (decimal): -16630564 or 14433282. OLE color: 14433282.
HSL color Cylindrical-coordinate representation of color #023CDC: hue angle of 224.04º 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 #023CDC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 60 | 220 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.14 |
| HSL | 224.04º | 0.98% | 0.44% | - |
| HSV(B) | 224.04º | 0.99% | 0.86% | - |
| XYZ | 14.56 | 8.41 | 68.57 | - |
| YUV | 60.9 | 217.78 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 220 | 0.99 | 0.73 | 0 | 0.14 | 224.04 | 0.98 | 0.44 |
| Hex | 2 | 3C | DC | 63 | 49 | 0 | E | E0 | 62 | 2C |
| Octal | 2 | 74 | 334 | 143 | 111 | 0 | 16 | 340 | 142 | 54 |
| Binary | 10 | 111100 | 11011100 | 1100011 | 1001001 | 0 | 1110 | 11100000 | 1100010 | 101100 |
Color Harmonies of #023CDC
Complementary color
Monochromatic Colors of #023CDC
Black with #023CDC
Text Example
Text Example
White with #023CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CDC; }
p { color: rgb(2,60,220); }
H1.HeaderClassName
{
color: #023CDC;
}
.AnyTagClassName
{
color: #023CDC;
}
</style>
background-color css
<style>
a { background-color: #023CDC; }
a { background-color: rgb(2,60,220); }
div.DivClassName
{
background-color: #023CDC;
}
.BgClassName
{
background-color: #023CDC;
}
</style>
border-color css
<style>
span { border-color: #023CDC; }
span { border-color: rgb(2,60,220); }
td.TdClassName
{
border-color: #023CDC;
}
.TagClassName
{
border-color: #023CDC;
}
</style>