Shades of Persian Blue #1838ED
Tints of Persian Blue #1838ED
RGB
CMYK
RGB Variations
Color information
#1838ED (or 0x1838ED) is known color: Persian Blue. HEX triplet: 18, 38 and ED. RGB value is (24,56,237). Sum of RGB (Red+Green+Blue) = 24+56+237=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #1838ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1838ED is #E7C712. Grayscale: #424242. Windows color (decimal): -15189779 or 15546392. OLE color: 15546392.
HSL color Cylindrical-coordinate representation of color #1838ED: hue angle of 230.99º 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 #1838ED is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 56 | 237 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.07 |
| HSL | 230.99º | 0.86% | 0.51% | - |
| HSV(B) | 230.99º | 0.9% | 0.93% | - |
| XYZ | 17.08 | 9.14 | 80.98 | - |
| YUV | 67.07 | 223.9 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 237 | 0.90 | 0.76 | 0 | 0.07 | 230.99 | 0.86 | 0.51 |
| Hex | 18 | 38 | ED | 5A | 4C | 0 | 7 | E7 | 56 | 33 |
| Octal | 30 | 70 | 355 | 132 | 114 | 0 | 7 | 347 | 126 | 63 |
| Binary | 11000 | 111000 | 11101101 | 1011010 | 1001100 | 0 | 111 | 11100111 | 1010110 | 110011 |
Color Harmonies of #1838ED
Complementary color
Monochromatic Colors of #1838ED
Black with #1838ED
Text Example
Text Example
White with #1838ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1838ED; }
p { color: rgb(24,56,237); }
H1.HeaderClassName
{
color: #1838ED;
}
.AnyTagClassName
{
color: #1838ED;
}
</style>
background-color css
<style>
a { background-color: #1838ED; }
a { background-color: rgb(24,56,237); }
div.DivClassName
{
background-color: #1838ED;
}
.BgClassName
{
background-color: #1838ED;
}
</style>
border-color css
<style>
span { border-color: #1838ED; }
span { border-color: rgb(24,56,237); }
td.TdClassName
{
border-color: #1838ED;
}
.TagClassName
{
border-color: #1838ED;
}
</style>