Shades of Persian Blue #0827DF
Tints of Persian Blue #0827DF
RGB
CMYK
RGB Variations
Color information
#0827DF (or 0x0827DF) is known color: Persian Blue. HEX triplet: 08, 27 and DF. RGB value is (8,39,223). Sum of RGB (Red+Green+Blue) = 8+39+223=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #0827DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827DF is #F7D820. Grayscale: #313131. Windows color (decimal): -16242721 or 14624520. OLE color: 14624520.
HSL color Cylindrical-coordinate representation of color #0827DF: hue angle of 231.35º 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 #0827DF is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 39 | 223 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.13 |
| HSL | 231.35º | 0.93% | 0.45% | - |
| HSV(B) | 231.35º | 0.96% | 0.87% | - |
| XYZ | 14.14 | 6.83 | 70.38 | - |
| YUV | 50.71 | 225.23 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 223 | 0.96 | 0.83 | 0 | 0.13 | 231.35 | 0.93 | 0.45 |
| Hex | 8 | 27 | DF | 60 | 53 | 0 | D | E7 | 5D | 2D |
| Octal | 10 | 47 | 337 | 140 | 123 | 0 | 15 | 347 | 135 | 55 |
| Binary | 1000 | 100111 | 11011111 | 1100000 | 1010011 | 0 | 1101 | 11100111 | 1011101 | 101101 |
Color Harmonies of #0827DF
Complementary color
Monochromatic Colors of #0827DF
Black with #0827DF
Text Example
Text Example
White with #0827DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827DF; }
p { color: rgb(8,39,223); }
H1.HeaderClassName
{
color: #0827DF;
}
.AnyTagClassName
{
color: #0827DF;
}
</style>
background-color css
<style>
a { background-color: #0827DF; }
a { background-color: rgb(8,39,223); }
div.DivClassName
{
background-color: #0827DF;
}
.BgClassName
{
background-color: #0827DF;
}
</style>
border-color css
<style>
span { border-color: #0827DF; }
span { border-color: rgb(8,39,223); }
td.TdClassName
{
border-color: #0827DF;
}
.TagClassName
{
border-color: #0827DF;
}
</style>