Shades of Persian Blue #023DDB
Tints of Persian Blue #023DDB
RGB
CMYK
RGB Variations
Color information
#023DDB (or 0x023DDB) is known color: Persian Blue. HEX triplet: 02, 3D and DB. RGB value is (2,61,219). Sum of RGB (Red+Green+Blue) = 2+61+219=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #023DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DDB is #FDC224. Grayscale: #3C3C3C. Windows color (decimal): -16630309 or 14368002. OLE color: 14368002.
HSL color Cylindrical-coordinate representation of color #023DDB: hue angle of 223.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DDB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 61 | 219 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.14 |
| HSL | 223.69º | 0.98% | 0.43% | - |
| HSV(B) | 223.69º | 0.99% | 0.86% | - |
| XYZ | 14.48 | 8.46 | 67.89 | - |
| YUV | 61.37 | 216.95 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 219 | 0.99 | 0.72 | 0 | 0.14 | 223.69 | 0.98 | 0.43 |
| Hex | 2 | 3D | DB | 63 | 48 | 0 | E | E0 | 62 | 2B |
| Octal | 2 | 75 | 333 | 143 | 110 | 0 | 16 | 340 | 142 | 53 |
| Binary | 10 | 111101 | 11011011 | 1100011 | 1001000 | 0 | 1110 | 11100000 | 1100010 | 101011 |
Color Harmonies of #023DDB
Complementary color
Monochromatic Colors of #023DDB
Black with #023DDB
Text Example
Text Example
White with #023DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DDB; }
p { color: rgb(2,61,219); }
H1.HeaderClassName
{
color: #023DDB;
}
.AnyTagClassName
{
color: #023DDB;
}
</style>
background-color css
<style>
a { background-color: #023DDB; }
a { background-color: rgb(2,61,219); }
div.DivClassName
{
background-color: #023DDB;
}
.BgClassName
{
background-color: #023DDB;
}
</style>
border-color css
<style>
span { border-color: #023DDB; }
span { border-color: rgb(2,61,219); }
td.TdClassName
{
border-color: #023DDB;
}
.TagClassName
{
border-color: #023DDB;
}
</style>