Shades of Persian Blue #002DDB
Tints of Persian Blue #002DDB
RGB
CMYK
RGB Variations
Color information
#002DDB (or 0x002DDB) is known color: Persian Blue. HEX triplet: 00, 2D and DB. RGB value is (0,45,219). Sum of RGB (Red+Green+Blue) = 0+45+219=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #002DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DDB is #FFD224. Grayscale: #323232. Windows color (decimal): -16765477 or 14363904. OLE color: 14363904.
HSL color Cylindrical-coordinate representation of color #002DDB: hue angle of 227.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DDB is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 45 | 219 | - |
| CMYK | 1 | 0.79 | 0 | 0.14 |
| HSL | 227.67º | 1% | 0.43% | - |
| HSV(B) | 227.67º | 1% | 0.86% | - |
| XYZ | 13.72 | 6.99 | 67.64 | - |
| YUV | 51.38 | 222.59 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 219 | 1 | 0.79 | 0 | 0.14 | 227.67 | 1 | 0.43 |
| Hex | 0 | 2D | DB | 64 | 4F | 0 | E | E4 | 64 | 2B |
| Octal | 0 | 55 | 333 | 144 | 117 | 0 | 16 | 344 | 144 | 53 |
| Binary | 0 | 101101 | 11011011 | 1100100 | 1001111 | 0 | 1110 | 11100100 | 1100100 | 101011 |
Color Harmonies of #002DDB
Complementary color
Monochromatic Colors of #002DDB
Black with #002DDB
Text Example
Text Example
White with #002DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DDB; }
p { color: rgb(0,45,219); }
H1.HeaderClassName
{
color: #002DDB;
}
.AnyTagClassName
{
color: #002DDB;
}
</style>
background-color css
<style>
a { background-color: #002DDB; }
a { background-color: rgb(0,45,219); }
div.DivClassName
{
background-color: #002DDB;
}
.BgClassName
{
background-color: #002DDB;
}
</style>
border-color css
<style>
span { border-color: #002DDB; }
span { border-color: rgb(0,45,219); }
td.TdClassName
{
border-color: #002DDB;
}
.TagClassName
{
border-color: #002DDB;
}
</style>