Shades of Persian Blue #0229DD
Tints of Persian Blue #0229DD
RGB
CMYK
RGB Variations
Color information
#0229DD (or 0x0229DD) is known color: Persian Blue. HEX triplet: 02, 29 and DD. RGB value is (2,41,221). Sum of RGB (Red+Green+Blue) = 2+41+221=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #0229DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0229DD is #FDD622. Grayscale: #313131. Windows color (decimal): -16635427 or 14493954. OLE color: 14493954.
HSL color Cylindrical-coordinate representation of color #0229DD: hue angle of 229.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0229DD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 41 | 221 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.13 |
| HSL | 229.32º | 0.98% | 0.44% | - |
| HSV(B) | 229.32º | 0.99% | 0.87% | - |
| XYZ | 13.87 | 6.82 | 68.99 | - |
| YUV | 49.86 | 224.58 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 221 | 0.99 | 0.81 | 0 | 0.13 | 229.32 | 0.98 | 0.44 |
| Hex | 2 | 29 | DD | 63 | 51 | 0 | D | E5 | 62 | 2C |
| Octal | 2 | 51 | 335 | 143 | 121 | 0 | 15 | 345 | 142 | 54 |
| Binary | 10 | 101001 | 11011101 | 1100011 | 1010001 | 0 | 1101 | 11100101 | 1100010 | 101100 |
Color Harmonies of #0229DD
Complementary color
Monochromatic Colors of #0229DD
Black with #0229DD
Text Example
Text Example
White with #0229DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0229DD; }
p { color: rgb(2,41,221); }
H1.HeaderClassName
{
color: #0229DD;
}
.AnyTagClassName
{
color: #0229DD;
}
</style>
background-color css
<style>
a { background-color: #0229DD; }
a { background-color: rgb(2,41,221); }
div.DivClassName
{
background-color: #0229DD;
}
.BgClassName
{
background-color: #0229DD;
}
</style>
border-color css
<style>
span { border-color: #0229DD; }
span { border-color: rgb(2,41,221); }
td.TdClassName
{
border-color: #0229DD;
}
.TagClassName
{
border-color: #0229DD;
}
</style>