Shades of Persian Blue #123EDD
Tints of Persian Blue #123EDD
RGB
CMYK
RGB Variations
Color information
#123EDD (or 0x123EDD) is known color: Persian Blue. HEX triplet: 12, 3E and DD. RGB value is (18,62,221). Sum of RGB (Red+Green+Blue) = 18+62+221=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #123EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EDD is #EDC122. Grayscale: #424242. Windows color (decimal): -15581475 or 14499346. OLE color: 14499346.
HSL color Cylindrical-coordinate representation of color #123EDD: hue angle of 227º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123EDD is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 62 | 221 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.13 |
| HSL | 227º | 0.85% | 0.47% | - |
| HSV(B) | 227º | 0.92% | 0.87% | - |
| XYZ | 15.02 | 8.79 | 69.31 | - |
| YUV | 66.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 221 | 0.92 | 0.72 | 0 | 0.13 | 227 | 0.85 | 0.47 |
| Hex | 12 | 3E | DD | 5C | 48 | 0 | D | E3 | 55 | 2F |
| Octal | 22 | 76 | 335 | 134 | 110 | 0 | 15 | 343 | 125 | 57 |
| Binary | 10010 | 111110 | 11011101 | 1011100 | 1001000 | 0 | 1101 | 11100011 | 1010101 | 101111 |
Color Harmonies of #123EDD
Complementary color
Monochromatic Colors of #123EDD
Black with #123EDD
Text Example
Text Example
White with #123EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EDD; }
p { color: rgb(18,62,221); }
H1.HeaderClassName
{
color: #123EDD;
}
.AnyTagClassName
{
color: #123EDD;
}
</style>
background-color css
<style>
a { background-color: #123EDD; }
a { background-color: rgb(18,62,221); }
div.DivClassName
{
background-color: #123EDD;
}
.BgClassName
{
background-color: #123EDD;
}
</style>
border-color css
<style>
span { border-color: #123EDD; }
span { border-color: rgb(18,62,221); }
td.TdClassName
{
border-color: #123EDD;
}
.TagClassName
{
border-color: #123EDD;
}
</style>