Shades of Persian Blue #0538F2
Tints of Persian Blue #0538F2
RGB
CMYK
RGB Variations
Color information
#0538F2 (or 0x0538F2) is known color: Persian Blue. HEX triplet: 05, 38 and F2. RGB value is (5,56,242). Sum of RGB (Red+Green+Blue) = 5+56+242=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 242 (94.92% from 255 or 79.87% from 303); Max value from RGB is 242 - color contains mainly: blue. Hex color #0538F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0538F2 is #FAC70D. Grayscale: #3D3D3D. Windows color (decimal): -16434958 or 15874053. OLE color: 15874053.
HSL color Cylindrical-coordinate representation of color #0538F2: hue angle of 227.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0538F2 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 56 | 242 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.05 |
| HSL | 227.09º | 0.96% | 0.48% | - |
| HSV(B) | 227.09º | 0.98% | 0.95% | - |
| XYZ | 17.5 | 9.27 | 84.87 | - |
| YUV | 61.96 | 229.6 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 242 | 0.98 | 0.77 | 0 | 0.05 | 227.09 | 0.96 | 0.48 |
| Hex | 5 | 38 | F2 | 62 | 4D | 0 | 5 | E3 | 60 | 30 |
| Octal | 5 | 70 | 362 | 142 | 115 | 0 | 5 | 343 | 140 | 60 |
| Binary | 101 | 111000 | 11110010 | 1100010 | 1001101 | 0 | 101 | 11100011 | 1100000 | 110000 |
Color Harmonies of #0538F2
Complementary color
Monochromatic Colors of #0538F2
Black with #0538F2
Text Example
Text Example
White with #0538F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0538F2; }
p { color: rgb(5,56,242); }
H1.HeaderClassName
{
color: #0538F2;
}
.AnyTagClassName
{
color: #0538F2;
}
</style>
background-color css
<style>
a { background-color: #0538F2; }
a { background-color: rgb(5,56,242); }
div.DivClassName
{
background-color: #0538F2;
}
.BgClassName
{
background-color: #0538F2;
}
</style>
border-color css
<style>
span { border-color: #0538F2; }
span { border-color: rgb(5,56,242); }
td.TdClassName
{
border-color: #0538F2;
}
.TagClassName
{
border-color: #0538F2;
}
</style>