Shades of Persian Blue #0844CF
Tints of Persian Blue #0844CF
RGB
CMYK
RGB Variations
Color information
#0844CF (or 0x0844CF) is known color: Persian Blue. HEX triplet: 08, 44 and CF. RGB value is (8,68,207). Sum of RGB (Red+Green+Blue) = 8+68+207=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #0844CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0844CF is #F7BB30. Grayscale: #414141. Windows color (decimal): -16235313 or 13583368. OLE color: 13583368.
HSL color Cylindrical-coordinate representation of color #0844CF: hue angle of 221.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0844CF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 68 | 207 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.19 |
| HSL | 221.91º | 0.93% | 0.42% | - |
| HSV(B) | 221.91º | 0.96% | 0.81% | - |
| XYZ | 13.43 | 8.69 | 60 | - |
| YUV | 65.91 | 207.62 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 207 | 0.96 | 0.67 | 0 | 0.19 | 221.91 | 0.93 | 0.42 |
| Hex | 8 | 44 | CF | 60 | 43 | 0 | 13 | DE | 5D | 2A |
| Octal | 10 | 104 | 317 | 140 | 103 | 0 | 23 | 336 | 135 | 52 |
| Binary | 1000 | 1000100 | 11001111 | 1100000 | 1000011 | 0 | 10011 | 11011110 | 1011101 | 101010 |
Color Harmonies of #0844CF
Complementary color
Monochromatic Colors of #0844CF
Black with #0844CF
Text Example
Text Example
White with #0844CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844CF; }
p { color: rgb(8,68,207); }
H1.HeaderClassName
{
color: #0844CF;
}
.AnyTagClassName
{
color: #0844CF;
}
</style>
background-color css
<style>
a { background-color: #0844CF; }
a { background-color: rgb(8,68,207); }
div.DivClassName
{
background-color: #0844CF;
}
.BgClassName
{
background-color: #0844CF;
}
</style>
border-color css
<style>
span { border-color: #0844CF; }
span { border-color: rgb(8,68,207); }
td.TdClassName
{
border-color: #0844CF;
}
.TagClassName
{
border-color: #0844CF;
}
</style>