Shades of Persian Blue #0844DF
Tints of Persian Blue #0844DF
RGB
CMYK
RGB Variations
Color information
#0844DF (or 0x0844DF) is known color: Persian Blue. HEX triplet: 08, 44 and DF. RGB value is (8,68,223). Sum of RGB (Red+Green+Blue) = 8+68+223=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #0844DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0844DF is #F7BB20. Grayscale: #434343. Windows color (decimal): -16235297 or 14631944. OLE color: 14631944.
HSL color Cylindrical-coordinate representation of color #0844DF: hue angle of 223.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0844DF is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 68 | 223 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.13 |
| HSL | 223.26º | 0.93% | 0.45% | - |
| HSV(B) | 223.26º | 0.96% | 0.87% | - |
| XYZ | 15.49 | 9.51 | 70.83 | - |
| YUV | 67.73 | 215.62 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 223 | 0.96 | 0.70 | 0 | 0.13 | 223.26 | 0.93 | 0.45 |
| Hex | 8 | 44 | DF | 60 | 46 | 0 | D | DF | 5D | 2D |
| Octal | 10 | 104 | 337 | 140 | 106 | 0 | 15 | 337 | 135 | 55 |
| Binary | 1000 | 1000100 | 11011111 | 1100000 | 1000110 | 0 | 1101 | 11011111 | 1011101 | 101101 |
Color Harmonies of #0844DF
Complementary color
Monochromatic Colors of #0844DF
Black with #0844DF
Text Example
Text Example
White with #0844DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844DF; }
p { color: rgb(8,68,223); }
H1.HeaderClassName
{
color: #0844DF;
}
.AnyTagClassName
{
color: #0844DF;
}
</style>
background-color css
<style>
a { background-color: #0844DF; }
a { background-color: rgb(8,68,223); }
div.DivClassName
{
background-color: #0844DF;
}
.BgClassName
{
background-color: #0844DF;
}
</style>
border-color css
<style>
span { border-color: #0844DF; }
span { border-color: rgb(8,68,223); }
td.TdClassName
{
border-color: #0844DF;
}
.TagClassName
{
border-color: #0844DF;
}
</style>