Shades of Persian Blue #0828DF
Tints of Persian Blue #0828DF
RGB
CMYK
RGB Variations
Color information
#0828DF (or 0x0828DF) is known color: Persian Blue. HEX triplet: 08, 28 and DF. RGB value is (8,40,223). Sum of RGB (Red+Green+Blue) = 8+40+223=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #0828DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0828DF is #F7D720. Grayscale: #323232. Windows color (decimal): -16242465 or 14624776. OLE color: 14624776.
HSL color Cylindrical-coordinate representation of color #0828DF: hue angle of 231.07º 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 #0828DF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 40 | 223 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.13 |
| HSL | 231.07º | 0.93% | 0.45% | - |
| HSV(B) | 231.07º | 0.96% | 0.87% | - |
| XYZ | 14.18 | 6.9 | 70.4 | - |
| YUV | 51.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 223 | 0.96 | 0.82 | 0 | 0.13 | 231.07 | 0.93 | 0.45 |
| Hex | 8 | 28 | DF | 60 | 52 | 0 | D | E7 | 5D | 2D |
| Octal | 10 | 50 | 337 | 140 | 122 | 0 | 15 | 347 | 135 | 55 |
| Binary | 1000 | 101000 | 11011111 | 1100000 | 1010010 | 0 | 1101 | 11100111 | 1011101 | 101101 |
Color Harmonies of #0828DF
Complementary color
Monochromatic Colors of #0828DF
Black with #0828DF
Text Example
Text Example
White with #0828DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0828DF; }
p { color: rgb(8,40,223); }
H1.HeaderClassName
{
color: #0828DF;
}
.AnyTagClassName
{
color: #0828DF;
}
</style>
background-color css
<style>
a { background-color: #0828DF; }
a { background-color: rgb(8,40,223); }
div.DivClassName
{
background-color: #0828DF;
}
.BgClassName
{
background-color: #0828DF;
}
</style>
border-color css
<style>
span { border-color: #0828DF; }
span { border-color: rgb(8,40,223); }
td.TdClassName
{
border-color: #0828DF;
}
.TagClassName
{
border-color: #0828DF;
}
</style>