Shades of Persian Blue #023DDC
Tints of Persian Blue #023DDC
RGB
CMYK
RGB Variations
Color information
#023DDC (or 0x023DDC) is known color: Persian Blue. HEX triplet: 02, 3D and DC. RGB value is (2,61,220). Sum of RGB (Red+Green+Blue) = 2+61+220=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #023DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DDC is #FDC223. Grayscale: #3C3C3C. Windows color (decimal): -16630308 or 14433538. OLE color: 14433538.
HSL color Cylindrical-coordinate representation of color #023DDC: hue angle of 223.76º 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 #023DDC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 61 | 220 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.14 |
| HSL | 223.76º | 0.98% | 0.44% | - |
| HSV(B) | 223.76º | 0.99% | 0.86% | - |
| XYZ | 14.61 | 8.52 | 68.58 | - |
| YUV | 61.49 | 217.45 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 220 | 0.99 | 0.72 | 0 | 0.14 | 223.76 | 0.98 | 0.44 |
| Hex | 2 | 3D | DC | 63 | 48 | 0 | E | E0 | 62 | 2C |
| Octal | 2 | 75 | 334 | 143 | 110 | 0 | 16 | 340 | 142 | 54 |
| Binary | 10 | 111101 | 11011100 | 1100011 | 1001000 | 0 | 1110 | 11100000 | 1100010 | 101100 |
Color Harmonies of #023DDC
Complementary color
Monochromatic Colors of #023DDC
Black with #023DDC
Text Example
Text Example
White with #023DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DDC; }
p { color: rgb(2,61,220); }
H1.HeaderClassName
{
color: #023DDC;
}
.AnyTagClassName
{
color: #023DDC;
}
</style>
background-color css
<style>
a { background-color: #023DDC; }
a { background-color: rgb(2,61,220); }
div.DivClassName
{
background-color: #023DDC;
}
.BgClassName
{
background-color: #023DDC;
}
</style>
border-color css
<style>
span { border-color: #023DDC; }
span { border-color: rgb(2,61,220); }
td.TdClassName
{
border-color: #023DDC;
}
.TagClassName
{
border-color: #023DDC;
}
</style>