Shades of Persian Blue #0837DD
Tints of Persian Blue #0837DD
RGB
CMYK
RGB Variations
Color information
#0837DD (or 0x0837DD) is known color: Persian Blue. HEX triplet: 08, 37 and DD. RGB value is (8,55,221). Sum of RGB (Red+Green+Blue) = 8+55+221=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #0837DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0837DD is #F7C822. Grayscale: #3B3B3B. Windows color (decimal): -16238627 or 14497544. OLE color: 14497544.
HSL color Cylindrical-coordinate representation of color #0837DD: hue angle of 226.76º 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 #0837DD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 55 | 221 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.13 |
| HSL | 226.76º | 0.93% | 0.45% | - |
| HSV(B) | 226.76º | 0.96% | 0.87% | - |
| XYZ | 14.52 | 8 | 69.19 | - |
| YUV | 59.87 | 218.93 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 221 | 0.96 | 0.75 | 0 | 0.13 | 226.76 | 0.93 | 0.45 |
| Hex | 8 | 37 | DD | 60 | 4B | 0 | D | E3 | 5D | 2D |
| Octal | 10 | 67 | 335 | 140 | 113 | 0 | 15 | 343 | 135 | 55 |
| Binary | 1000 | 110111 | 11011101 | 1100000 | 1001011 | 0 | 1101 | 11100011 | 1011101 | 101101 |
Color Harmonies of #0837DD
Complementary color
Monochromatic Colors of #0837DD
Black with #0837DD
Text Example
Text Example
White with #0837DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837DD; }
p { color: rgb(8,55,221); }
H1.HeaderClassName
{
color: #0837DD;
}
.AnyTagClassName
{
color: #0837DD;
}
</style>
background-color css
<style>
a { background-color: #0837DD; }
a { background-color: rgb(8,55,221); }
div.DivClassName
{
background-color: #0837DD;
}
.BgClassName
{
background-color: #0837DD;
}
</style>
border-color css
<style>
span { border-color: #0837DD; }
span { border-color: rgb(8,55,221); }
td.TdClassName
{
border-color: #0837DD;
}
.TagClassName
{
border-color: #0837DD;
}
</style>