Shades of Persian Blue #1738ED
Tints of Persian Blue #1738ED
RGB
CMYK
RGB Variations
Color information
#1738ED (or 0x1738ED) is known color: Persian Blue. HEX triplet: 17, 38 and ED. RGB value is (23,56,237). Sum of RGB (Red+Green+Blue) = 23+56+237=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #1738ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1738ED is #E8C712. Grayscale: #424242. Windows color (decimal): -15255315 or 15546391. OLE color: 15546391.
HSL color Cylindrical-coordinate representation of color #1738ED: hue angle of 230.75º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1738ED is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 56 | 237 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.07 |
| HSL | 230.75º | 0.86% | 0.51% | - |
| HSV(B) | 230.75º | 0.9% | 0.93% | - |
| XYZ | 17.05 | 9.12 | 80.98 | - |
| YUV | 66.77 | 224.07 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 237 | 0.90 | 0.76 | 0 | 0.07 | 230.75 | 0.86 | 0.51 |
| Hex | 17 | 38 | ED | 5A | 4C | 0 | 7 | E7 | 56 | 33 |
| Octal | 27 | 70 | 355 | 132 | 114 | 0 | 7 | 347 | 126 | 63 |
| Binary | 10111 | 111000 | 11101101 | 1011010 | 1001100 | 0 | 111 | 11100111 | 1010110 | 110011 |
Color Harmonies of #1738ED
Complementary color
Monochromatic Colors of #1738ED
Black with #1738ED
Text Example
Text Example
White with #1738ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1738ED; }
p { color: rgb(23,56,237); }
H1.HeaderClassName
{
color: #1738ED;
}
.AnyTagClassName
{
color: #1738ED;
}
</style>
background-color css
<style>
a { background-color: #1738ED; }
a { background-color: rgb(23,56,237); }
div.DivClassName
{
background-color: #1738ED;
}
.BgClassName
{
background-color: #1738ED;
}
</style>
border-color css
<style>
span { border-color: #1738ED; }
span { border-color: rgb(23,56,237); }
td.TdClassName
{
border-color: #1738ED;
}
.TagClassName
{
border-color: #1738ED;
}
</style>