Shades of Persian Blue #123DDF
Tints of Persian Blue #123DDF
RGB
CMYK
RGB Variations
Color information
#123DDF (or 0x123DDF) is known color: Persian Blue. HEX triplet: 12, 3D and DF. RGB value is (18,61,223). Sum of RGB (Red+Green+Blue) = 18+61+223=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #123DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DDF is #EDC220. Grayscale: #414141. Windows color (decimal): -15581729 or 14630162. OLE color: 14630162.
HSL color Cylindrical-coordinate representation of color #123DDF: hue angle of 227.41º 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 #123DDF is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 61 | 223 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.13 |
| HSL | 227.41º | 0.85% | 0.47% | - |
| HSV(B) | 227.41º | 0.92% | 0.87% | - |
| XYZ | 15.24 | 8.79 | 70.71 | - |
| YUV | 66.61 | 216.25 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 223 | 0.92 | 0.73 | 0 | 0.13 | 227.41 | 0.85 | 0.47 |
| Hex | 12 | 3D | DF | 5C | 49 | 0 | D | E3 | 55 | 2F |
| Octal | 22 | 75 | 337 | 134 | 111 | 0 | 15 | 343 | 125 | 57 |
| Binary | 10010 | 111101 | 11011111 | 1011100 | 1001001 | 0 | 1101 | 11100011 | 1010101 | 101111 |
Color Harmonies of #123DDF
Complementary color
Monochromatic Colors of #123DDF
Black with #123DDF
Text Example
Text Example
White with #123DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DDF; }
p { color: rgb(18,61,223); }
H1.HeaderClassName
{
color: #123DDF;
}
.AnyTagClassName
{
color: #123DDF;
}
</style>
background-color css
<style>
a { background-color: #123DDF; }
a { background-color: rgb(18,61,223); }
div.DivClassName
{
background-color: #123DDF;
}
.BgClassName
{
background-color: #123DDF;
}
</style>
border-color css
<style>
span { border-color: #123DDF; }
span { border-color: rgb(18,61,223); }
td.TdClassName
{
border-color: #123DDF;
}
.TagClassName
{
border-color: #123DDF;
}
</style>