Shades of Persian Blue #123DED
Tints of Persian Blue #123DED
RGB
CMYK
RGB Variations
Color information
#123DED (or 0x123DED) is known color: Persian Blue. HEX triplet: 12, 3D and ED. RGB value is (18,61,237). Sum of RGB (Red+Green+Blue) = 18+61+237=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 61 (24.22% from 255 or 19.30% 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 #123DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DED is #EDC212. Grayscale: #434343. Windows color (decimal): -15581715 or 15547666. OLE color: 15547666.
HSL color Cylindrical-coordinate representation of color #123DED: hue angle of 228.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123DED is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 61 | 237 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.07 |
| HSL | 228.22º | 0.86% | 0.5% | - |
| HSV(B) | 228.22º | 0.92% | 0.93% | - |
| XYZ | 17.2 | 9.58 | 81.06 | - |
| YUV | 68.21 | 223.25 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 237 | 0.92 | 0.74 | 0 | 0.07 | 228.22 | 0.86 | 0.5 |
| Hex | 12 | 3D | ED | 5C | 4A | 0 | 7 | E4 | 56 | 32 |
| Octal | 22 | 75 | 355 | 134 | 112 | 0 | 7 | 344 | 126 | 62 |
| Binary | 10010 | 111101 | 11101101 | 1011100 | 1001010 | 0 | 111 | 11100100 | 1010110 | 110010 |
Color Harmonies of #123DED
Complementary color
Monochromatic Colors of #123DED
Black with #123DED
Text Example
Text Example
White with #123DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DED; }
p { color: rgb(18,61,237); }
H1.HeaderClassName
{
color: #123DED;
}
.AnyTagClassName
{
color: #123DED;
}
</style>
background-color css
<style>
a { background-color: #123DED; }
a { background-color: rgb(18,61,237); }
div.DivClassName
{
background-color: #123DED;
}
.BgClassName
{
background-color: #123DED;
}
</style>
border-color css
<style>
span { border-color: #123DED; }
span { border-color: rgb(18,61,237); }
td.TdClassName
{
border-color: #123DED;
}
.TagClassName
{
border-color: #123DED;
}
</style>