Shades of Persian Blue #0830CE
Tints of Persian Blue #0830CE
RGB
CMYK
RGB Variations
Color information
#0830CE (or 0x0830CE) is known color: Persian Blue. HEX triplet: 08, 30 and CE. RGB value is (8,48,206). Sum of RGB (Red+Green+Blue) = 8+48+206=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #0830CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0830CE is #F7CF31. Grayscale: #353535. Windows color (decimal): -16240434 or 13512712. OLE color: 13512712.
HSL color Cylindrical-coordinate representation of color #0830CE: hue angle of 227.88º 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 #0830CE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 48 | 206 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.19 |
| HSL | 227.88º | 0.93% | 0.42% | - |
| HSV(B) | 227.88º | 0.96% | 0.81% | - |
| XYZ | 12.3 | 6.62 | 59.02 | - |
| YUV | 54.05 | 213.75 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 206 | 0.96 | 0.77 | 0 | 0.19 | 227.88 | 0.93 | 0.42 |
| Hex | 8 | 30 | CE | 60 | 4D | 0 | 13 | E4 | 5D | 2A |
| Octal | 10 | 60 | 316 | 140 | 115 | 0 | 23 | 344 | 135 | 52 |
| Binary | 1000 | 110000 | 11001110 | 1100000 | 1001101 | 0 | 10011 | 11100100 | 1011101 | 101010 |
Color Harmonies of #0830CE
Complementary color
Monochromatic Colors of #0830CE
Black with #0830CE
Text Example
Text Example
White with #0830CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0830CE; }
p { color: rgb(8,48,206); }
H1.HeaderClassName
{
color: #0830CE;
}
.AnyTagClassName
{
color: #0830CE;
}
</style>
background-color css
<style>
a { background-color: #0830CE; }
a { background-color: rgb(8,48,206); }
div.DivClassName
{
background-color: #0830CE;
}
.BgClassName
{
background-color: #0830CE;
}
</style>
border-color css
<style>
span { border-color: #0830CE; }
span { border-color: rgb(8,48,206); }
td.TdClassName
{
border-color: #0830CE;
}
.TagClassName
{
border-color: #0830CE;
}
</style>