Shades of Persian Blue #0530DE
Tints of Persian Blue #0530DE
RGB
CMYK
RGB Variations
Color information
#0530DE (or 0x0530DE) is known color: Persian Blue. HEX triplet: 05, 30 and DE. RGB value is (5,48,222). Sum of RGB (Red+Green+Blue) = 5+48+222=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #0530DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0530DE is #FACF21. Grayscale: #363636. Windows color (decimal): -16437026 or 14561285. OLE color: 14561285.
HSL color Cylindrical-coordinate representation of color #0530DE: hue angle of 228.11º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0530DE is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 48 | 222 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.13 |
| HSL | 228.11º | 0.96% | 0.45% | - |
| HSV(B) | 228.11º | 0.98% | 0.87% | - |
| XYZ | 14.3 | 7.42 | 69.79 | - |
| YUV | 54.98 | 222.25 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 222 | 0.98 | 0.78 | 0 | 0.13 | 228.11 | 0.96 | 0.45 |
| Hex | 5 | 30 | DE | 62 | 4E | 0 | D | E4 | 60 | 2D |
| Octal | 5 | 60 | 336 | 142 | 116 | 0 | 15 | 344 | 140 | 55 |
| Binary | 101 | 110000 | 11011110 | 1100010 | 1001110 | 0 | 1101 | 11100100 | 1100000 | 101101 |
Color Harmonies of #0530DE
Complementary color
Monochromatic Colors of #0530DE
Black with #0530DE
Text Example
Text Example
White with #0530DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0530DE; }
p { color: rgb(5,48,222); }
H1.HeaderClassName
{
color: #0530DE;
}
.AnyTagClassName
{
color: #0530DE;
}
</style>
background-color css
<style>
a { background-color: #0530DE; }
a { background-color: rgb(5,48,222); }
div.DivClassName
{
background-color: #0530DE;
}
.BgClassName
{
background-color: #0530DE;
}
</style>
border-color css
<style>
span { border-color: #0530DE; }
span { border-color: rgb(5,48,222); }
td.TdClassName
{
border-color: #0530DE;
}
.TagClassName
{
border-color: #0530DE;
}
</style>