Shades of Persian Blue #0839DA
Tints of Persian Blue #0839DA
RGB
CMYK
RGB Variations
Color information
#0839DA (or 0x0839DA) is known color: Persian Blue. HEX triplet: 08, 39 and DA. RGB value is (8,57,218). Sum of RGB (Red+Green+Blue) = 8+57+218=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #0839DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0839DA is #F7C625. Grayscale: #3C3C3C. Windows color (decimal): -16238118 or 14301448. OLE color: 14301448.
HSL color Cylindrical-coordinate representation of color #0839DA: hue angle of 226º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0839DA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 57 | 218 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.15 |
| HSL | 226º | 0.93% | 0.44% | - |
| HSV(B) | 226º | 0.96% | 0.85% | - |
| XYZ | 14.22 | 8.04 | 67.13 | - |
| YUV | 60.7 | 216.77 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 218 | 0.96 | 0.74 | 0 | 0.15 | 226 | 0.93 | 0.44 |
| Hex | 8 | 39 | DA | 60 | 4A | 0 | F | E2 | 5D | 2C |
| Octal | 10 | 71 | 332 | 140 | 112 | 0 | 17 | 342 | 135 | 54 |
| Binary | 1000 | 111001 | 11011010 | 1100000 | 1001010 | 0 | 1111 | 11100010 | 1011101 | 101100 |
Color Harmonies of #0839DA
Complementary color
Monochromatic Colors of #0839DA
Black with #0839DA
Text Example
Text Example
White with #0839DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0839DA; }
p { color: rgb(8,57,218); }
H1.HeaderClassName
{
color: #0839DA;
}
.AnyTagClassName
{
color: #0839DA;
}
</style>
background-color css
<style>
a { background-color: #0839DA; }
a { background-color: rgb(8,57,218); }
div.DivClassName
{
background-color: #0839DA;
}
.BgClassName
{
background-color: #0839DA;
}
</style>
border-color css
<style>
span { border-color: #0839DA; }
span { border-color: rgb(8,57,218); }
td.TdClassName
{
border-color: #0839DA;
}
.TagClassName
{
border-color: #0839DA;
}
</style>