Shades of Persian Blue #0838DC
Tints of Persian Blue #0838DC
RGB
CMYK
RGB Variations
Color information
#0838DC (or 0x0838DC) is known color: Persian Blue. HEX triplet: 08, 38 and DC. RGB value is (8,56,220). Sum of RGB (Red+Green+Blue) = 8+56+220=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #0838DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0838DC is #F7C723. Grayscale: #3B3B3B. Windows color (decimal): -16238372 or 14432264. OLE color: 14432264.
HSL color Cylindrical-coordinate representation of color #0838DC: hue angle of 226.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0838DC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 56 | 220 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.14 |
| HSL | 226.42º | 0.93% | 0.45% | - |
| HSV(B) | 226.42º | 0.96% | 0.86% | - |
| XYZ | 14.43 | 8.05 | 68.5 | - |
| YUV | 60.34 | 218.1 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 220 | 0.96 | 0.75 | 0 | 0.14 | 226.42 | 0.93 | 0.45 |
| Hex | 8 | 38 | DC | 60 | 4B | 0 | E | E2 | 5D | 2D |
| Octal | 10 | 70 | 334 | 140 | 113 | 0 | 16 | 342 | 135 | 55 |
| Binary | 1000 | 111000 | 11011100 | 1100000 | 1001011 | 0 | 1110 | 11100010 | 1011101 | 101101 |
Color Harmonies of #0838DC
Complementary color
Monochromatic Colors of #0838DC
Black with #0838DC
Text Example
Text Example
White with #0838DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0838DC; }
p { color: rgb(8,56,220); }
H1.HeaderClassName
{
color: #0838DC;
}
.AnyTagClassName
{
color: #0838DC;
}
</style>
background-color css
<style>
a { background-color: #0838DC; }
a { background-color: rgb(8,56,220); }
div.DivClassName
{
background-color: #0838DC;
}
.BgClassName
{
background-color: #0838DC;
}
</style>
border-color css
<style>
span { border-color: #0838DC; }
span { border-color: rgb(8,56,220); }
td.TdClassName
{
border-color: #0838DC;
}
.TagClassName
{
border-color: #0838DC;
}
</style>