Shades of Persian Blue #0844DB
Tints of Persian Blue #0844DB
RGB
CMYK
RGB Variations
Color information
#0844DB (or 0x0844DB) is known color: Persian Blue. HEX triplet: 08, 44 and DB. RGB value is (8,68,219). Sum of RGB (Red+Green+Blue) = 8+68+219=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #0844DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0844DB is #F7BB24. Grayscale: #424242. Windows color (decimal): -16235301 or 14369800. OLE color: 14369800.
HSL color Cylindrical-coordinate representation of color #0844DB: hue angle of 222.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0844DB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 68 | 219 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.14 |
| HSL | 222.94º | 0.93% | 0.45% | - |
| HSV(B) | 222.94º | 0.96% | 0.86% | - |
| XYZ | 14.95 | 9.3 | 68.02 | - |
| YUV | 67.27 | 213.62 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 219 | 0.96 | 0.69 | 0 | 0.14 | 222.94 | 0.93 | 0.45 |
| Hex | 8 | 44 | DB | 60 | 45 | 0 | E | DF | 5D | 2D |
| Octal | 10 | 104 | 333 | 140 | 105 | 0 | 16 | 337 | 135 | 55 |
| Binary | 1000 | 1000100 | 11011011 | 1100000 | 1000101 | 0 | 1110 | 11011111 | 1011101 | 101101 |
Color Harmonies of #0844DB
Complementary color
Monochromatic Colors of #0844DB
Black with #0844DB
Text Example
Text Example
White with #0844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844DB; }
p { color: rgb(8,68,219); }
H1.HeaderClassName
{
color: #0844DB;
}
.AnyTagClassName
{
color: #0844DB;
}
</style>
background-color css
<style>
a { background-color: #0844DB; }
a { background-color: rgb(8,68,219); }
div.DivClassName
{
background-color: #0844DB;
}
.BgClassName
{
background-color: #0844DB;
}
</style>
border-color css
<style>
span { border-color: #0844DB; }
span { border-color: rgb(8,68,219); }
td.TdClassName
{
border-color: #0844DB;
}
.TagClassName
{
border-color: #0844DB;
}
</style>