Shades of Persian Blue #082FC2
Tints of Persian Blue #082FC2
RGB
CMYK
RGB Variations
Color information
#082FC2 (or 0x082FC2) is known color: Persian Blue. HEX triplet: 08, 2F and C2. RGB value is (8,47,194). Sum of RGB (Red+Green+Blue) = 8+47+194=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 194 (76.17% from 255 or 77.91% from 249); Max value from RGB is 194 - color contains mainly: blue. Hex color #082FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FC2 is #F7D03D. Grayscale: #333333. Windows color (decimal): -16240702 or 12726024. OLE color: 12726024.
HSL color Cylindrical-coordinate representation of color #082FC2: hue angle of 227.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FC2 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 47 | 194 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.24 |
| HSL | 227.42º | 0.92% | 0.4% | - |
| HSV(B) | 227.42º | 0.96% | 0.76% | - |
| XYZ | 10.85 | 5.98 | 51.62 | - |
| YUV | 52.1 | 208.08 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 194 | 0.96 | 0.76 | 0 | 0.24 | 227.42 | 0.92 | 0.4 |
| Hex | 8 | 2F | C2 | 60 | 4C | 0 | 18 | E3 | 5C | 28 |
| Octal | 10 | 57 | 302 | 140 | 114 | 0 | 30 | 343 | 134 | 50 |
| Binary | 1000 | 101111 | 11000010 | 1100000 | 1001100 | 0 | 11000 | 11100011 | 1011100 | 101000 |
Color Harmonies of #082FC2
Complementary color
Monochromatic Colors of #082FC2
Black with #082FC2
Text Example
Text Example
White with #082FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FC2; }
p { color: rgb(8,47,194); }
H1.HeaderClassName
{
color: #082FC2;
}
.AnyTagClassName
{
color: #082FC2;
}
</style>
background-color css
<style>
a { background-color: #082FC2; }
a { background-color: rgb(8,47,194); }
div.DivClassName
{
background-color: #082FC2;
}
.BgClassName
{
background-color: #082FC2;
}
</style>
border-color css
<style>
span { border-color: #082FC2; }
span { border-color: rgb(8,47,194); }
td.TdClassName
{
border-color: #082FC2;
}
.TagClassName
{
border-color: #082FC2;
}
</style>