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