Shades of Persian Blue #0840CE
Tints of Persian Blue #0840CE
RGB
CMYK
RGB Variations
Color information
#0840CE (or 0x0840CE) is known color: Persian Blue. HEX triplet: 08, 40 and CE. RGB value is (8,64,206). Sum of RGB (Red+Green+Blue) = 8+64+206=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #0840CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0840CE is #F7BF31. Grayscale: #3E3E3E. Windows color (decimal): -16236338 or 13516808. OLE color: 13516808.
HSL color Cylindrical-coordinate representation of color #0840CE: hue angle of 223.03º 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 #0840CE is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 64 | 206 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.19 |
| HSL | 223.03º | 0.93% | 0.42% | - |
| HSV(B) | 223.03º | 0.96% | 0.81% | - |
| XYZ | 13.07 | 8.17 | 59.28 | - |
| YUV | 63.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 206 | 0.96 | 0.69 | 0 | 0.19 | 223.03 | 0.93 | 0.42 |
| Hex | 8 | 40 | CE | 60 | 45 | 0 | 13 | DF | 5D | 2A |
| Octal | 10 | 100 | 316 | 140 | 105 | 0 | 23 | 337 | 135 | 52 |
| Binary | 1000 | 1000000 | 11001110 | 1100000 | 1000101 | 0 | 10011 | 11011111 | 1011101 | 101010 |
Color Harmonies of #0840CE
Complementary color
Monochromatic Colors of #0840CE
Black with #0840CE
Text Example
Text Example
White with #0840CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0840CE; }
p { color: rgb(8,64,206); }
H1.HeaderClassName
{
color: #0840CE;
}
.AnyTagClassName
{
color: #0840CE;
}
</style>
background-color css
<style>
a { background-color: #0840CE; }
a { background-color: rgb(8,64,206); }
div.DivClassName
{
background-color: #0840CE;
}
.BgClassName
{
background-color: #0840CE;
}
</style>
border-color css
<style>
span { border-color: #0840CE; }
span { border-color: rgb(8,64,206); }
td.TdClassName
{
border-color: #0840CE;
}
.TagClassName
{
border-color: #0840CE;
}
</style>