Shades of Persian Blue #1D30E9
Tints of Persian Blue #1D30E9
RGB
CMYK
RGB Variations
Color information
#1D30E9 (or 0x1D30E9) is known color: Persian Blue. HEX triplet: 1D, 30 and E9. RGB value is (29,48,233). Sum of RGB (Red+Green+Blue) = 29+48+233=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D30E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D30E9 is #E2CF16. Grayscale: #3E3E3E. Windows color (decimal): -14864151 or 15282205. OLE color: 15282205.
HSL color Cylindrical-coordinate representation of color #1D30E9: hue angle of 234.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D30E9 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 48 | 233 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.09 |
| HSL | 234.41º | 0.82% | 0.51% | - |
| HSV(B) | 234.41º | 0.88% | 0.91% | - |
| XYZ | 16.27 | 8.26 | 77.83 | - |
| YUV | 63.41 | 223.71 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 233 | 0.88 | 0.79 | 0 | 0.09 | 234.41 | 0.82 | 0.51 |
| Hex | 1D | 30 | E9 | 58 | 4F | 0 | 9 | EA | 52 | 33 |
| Octal | 35 | 60 | 351 | 130 | 117 | 0 | 11 | 352 | 122 | 63 |
| Binary | 11101 | 110000 | 11101001 | 1011000 | 1001111 | 0 | 1001 | 11101010 | 1010010 | 110011 |
Color Harmonies of #1D30E9
Complementary color
Monochromatic Colors of #1D30E9
Black with #1D30E9
Text Example
Text Example
White with #1D30E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D30E9; }
p { color: rgb(29,48,233); }
H1.HeaderClassName
{
color: #1D30E9;
}
.AnyTagClassName
{
color: #1D30E9;
}
</style>
background-color css
<style>
a { background-color: #1D30E9; }
a { background-color: rgb(29,48,233); }
div.DivClassName
{
background-color: #1D30E9;
}
.BgClassName
{
background-color: #1D30E9;
}
</style>
border-color css
<style>
span { border-color: #1D30E9; }
span { border-color: rgb(29,48,233); }
td.TdClassName
{
border-color: #1D30E9;
}
.TagClassName
{
border-color: #1D30E9;
}
</style>