Shades of Persian Blue #1730EB
Tints of Persian Blue #1730EB
RGB
CMYK
RGB Variations
Color information
#1730EB (or 0x1730EB) is known color: Persian Blue. HEX triplet: 17, 30 and EB. RGB value is (23,48,235). Sum of RGB (Red+Green+Blue) = 23+48+235=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #1730EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1730EB is #E8CF14. Grayscale: #3D3D3D. Windows color (decimal): -15257365 or 15413271. OLE color: 15413271.
HSL color Cylindrical-coordinate representation of color #1730EB: hue angle of 232.92º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1730EB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 48 | 235 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.08 |
| HSL | 232.92º | 0.84% | 0.51% | - |
| HSV(B) | 232.92º | 0.9% | 0.92% | - |
| XYZ | 16.41 | 8.29 | 79.33 | - |
| YUV | 61.84 | 225.72 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 235 | 0.90 | 0.80 | 0 | 0.08 | 232.92 | 0.84 | 0.51 |
| Hex | 17 | 30 | EB | 5A | 50 | 0 | 8 | E9 | 54 | 33 |
| Octal | 27 | 60 | 353 | 132 | 120 | 0 | 10 | 351 | 124 | 63 |
| Binary | 10111 | 110000 | 11101011 | 1011010 | 1010000 | 0 | 1000 | 11101001 | 1010100 | 110011 |
Color Harmonies of #1730EB
Complementary color
Monochromatic Colors of #1730EB
Black with #1730EB
Text Example
Text Example
White with #1730EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1730EB; }
p { color: rgb(23,48,235); }
H1.HeaderClassName
{
color: #1730EB;
}
.AnyTagClassName
{
color: #1730EB;
}
</style>
background-color css
<style>
a { background-color: #1730EB; }
a { background-color: rgb(23,48,235); }
div.DivClassName
{
background-color: #1730EB;
}
.BgClassName
{
background-color: #1730EB;
}
</style>
border-color css
<style>
span { border-color: #1730EB; }
span { border-color: rgb(23,48,235); }
td.TdClassName
{
border-color: #1730EB;
}
.TagClassName
{
border-color: #1730EB;
}
</style>