Shades of Persian Blue #053CF2
Tints of Persian Blue #053CF2
RGB
CMYK
RGB Variations
Color information
#053CF2 (or 0x053CF2) is known color: Persian Blue. HEX triplet: 05, 3C and F2. RGB value is (5,60,242). Sum of RGB (Red+Green+Blue) = 5+60+242=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 242 (94.92% from 255 or 78.83% from 307); Max value from RGB is 242 - color contains mainly: blue. Hex color #053CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CF2 is #FAC30D. Grayscale: #3F3F3F. Windows color (decimal): -16433934 or 15875077. OLE color: 15875077.
HSL color Cylindrical-coordinate representation of color #053CF2: hue angle of 226.08º 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 #053CF2 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 60 | 242 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.05 |
| HSL | 226.08º | 0.96% | 0.48% | - |
| HSV(B) | 226.08º | 0.98% | 0.95% | - |
| XYZ | 17.71 | 9.67 | 84.94 | - |
| YUV | 64.3 | 228.28 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 242 | 0.98 | 0.75 | 0 | 0.05 | 226.08 | 0.96 | 0.48 |
| Hex | 5 | 3C | F2 | 62 | 4B | 0 | 5 | E2 | 60 | 30 |
| Octal | 5 | 74 | 362 | 142 | 113 | 0 | 5 | 342 | 140 | 60 |
| Binary | 101 | 111100 | 11110010 | 1100010 | 1001011 | 0 | 101 | 11100010 | 1100000 | 110000 |
Color Harmonies of #053CF2
Complementary color
Monochromatic Colors of #053CF2
Black with #053CF2
Text Example
Text Example
White with #053CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CF2; }
p { color: rgb(5,60,242); }
H1.HeaderClassName
{
color: #053CF2;
}
.AnyTagClassName
{
color: #053CF2;
}
</style>
background-color css
<style>
a { background-color: #053CF2; }
a { background-color: rgb(5,60,242); }
div.DivClassName
{
background-color: #053CF2;
}
.BgClassName
{
background-color: #053CF2;
}
</style>
border-color css
<style>
span { border-color: #053CF2; }
span { border-color: rgb(5,60,242); }
td.TdClassName
{
border-color: #053CF2;
}
.TagClassName
{
border-color: #053CF2;
}
</style>