Shades of Persian Blue #002DDF
Tints of Persian Blue #002DDF
RGB
CMYK
RGB Variations
Color information
#002DDF (or 0x002DDF) is known color: Persian Blue. HEX triplet: 00, 2D and DF. RGB value is (0,45,223). Sum of RGB (Red+Green+Blue) = 0+45+223=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #002DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DDF is #FFD220. Grayscale: #333333. Windows color (decimal): -16765473 or 14626048. OLE color: 14626048.
HSL color Cylindrical-coordinate representation of color #002DDF: hue angle of 227.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DDF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 45 | 223 | - |
| CMYK | 1 | 0.80 | 0 | 0.13 |
| HSL | 227.89º | 1% | 0.44% | - |
| HSV(B) | 227.89º | 1% | 0.87% | - |
| XYZ | 14.26 | 7.2 | 70.45 | - |
| YUV | 51.84 | 224.59 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 223 | 1 | 0.80 | 0 | 0.13 | 227.89 | 1 | 0.44 |
| Hex | 0 | 2D | DF | 64 | 50 | 0 | D | E4 | 64 | 2C |
| Octal | 0 | 55 | 337 | 144 | 120 | 0 | 15 | 344 | 144 | 54 |
| Binary | 0 | 101101 | 11011111 | 1100100 | 1010000 | 0 | 1101 | 11100100 | 1100100 | 101100 |
Color Harmonies of #002DDF
Complementary color
Monochromatic Colors of #002DDF
Black with #002DDF
Text Example
Text Example
White with #002DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DDF; }
p { color: rgb(0,45,223); }
H1.HeaderClassName
{
color: #002DDF;
}
.AnyTagClassName
{
color: #002DDF;
}
</style>
background-color css
<style>
a { background-color: #002DDF; }
a { background-color: rgb(0,45,223); }
div.DivClassName
{
background-color: #002DDF;
}
.BgClassName
{
background-color: #002DDF;
}
</style>
border-color css
<style>
span { border-color: #002DDF; }
span { border-color: rgb(0,45,223); }
td.TdClassName
{
border-color: #002DDF;
}
.TagClassName
{
border-color: #002DDF;
}
</style>