Shades of Persian Blue #083CF1
Tints of Persian Blue #083CF1
RGB
CMYK
RGB Variations
Color information
#083CF1 (or 0x083CF1) is known color: Persian Blue. HEX triplet: 08, 3C and F1. RGB value is (8,60,241). Sum of RGB (Red+Green+Blue) = 8+60+241=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #083CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CF1 is #F7C30E. Grayscale: #404040. Windows color (decimal): -16237327 or 15809544. OLE color: 15809544.
HSL color Cylindrical-coordinate representation of color #083CF1: hue angle of 226.61º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CF1 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 60 | 241 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.05 |
| HSL | 226.61º | 0.94% | 0.49% | - |
| HSV(B) | 226.61º | 0.97% | 0.95% | - |
| XYZ | 17.59 | 9.63 | 84.15 | - |
| YUV | 65.09 | 227.27 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 241 | 0.97 | 0.75 | 0 | 0.05 | 226.61 | 0.94 | 0.49 |
| Hex | 8 | 3C | F1 | 61 | 4B | 0 | 5 | E3 | 5E | 31 |
| Octal | 10 | 74 | 361 | 141 | 113 | 0 | 5 | 343 | 136 | 61 |
| Binary | 1000 | 111100 | 11110001 | 1100001 | 1001011 | 0 | 101 | 11100011 | 1011110 | 110001 |
Color Harmonies of #083CF1
Complementary color
Monochromatic Colors of #083CF1
Black with #083CF1
Text Example
Text Example
White with #083CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CF1; }
p { color: rgb(8,60,241); }
H1.HeaderClassName
{
color: #083CF1;
}
.AnyTagClassName
{
color: #083CF1;
}
</style>
background-color css
<style>
a { background-color: #083CF1; }
a { background-color: rgb(8,60,241); }
div.DivClassName
{
background-color: #083CF1;
}
.BgClassName
{
background-color: #083CF1;
}
</style>
border-color css
<style>
span { border-color: #083CF1; }
span { border-color: rgb(8,60,241); }
td.TdClassName
{
border-color: #083CF1;
}
.TagClassName
{
border-color: #083CF1;
}
</style>