Shades of Persian Blue #123FDC
Tints of Persian Blue #123FDC
RGB
CMYK
RGB Variations
Color information
#123FDC (or 0x123FDC) is known color: Persian Blue. HEX triplet: 12, 3F and DC. RGB value is (18,63,220). Sum of RGB (Red+Green+Blue) = 18+63+220=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #123FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FDC is #EDC023. Grayscale: #424242. Windows color (decimal): -15581220 or 14434066. OLE color: 14434066.
HSL color Cylindrical-coordinate representation of color #123FDC: hue angle of 226.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123FDC is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 63 | 220 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.14 |
| HSL | 226.63º | 0.85% | 0.47% | - |
| HSV(B) | 226.63º | 0.92% | 0.86% | - |
| XYZ | 14.95 | 8.85 | 68.63 | - |
| YUV | 67.44 | 214.09 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 220 | 0.92 | 0.71 | 0 | 0.14 | 226.63 | 0.85 | 0.47 |
| Hex | 12 | 3F | DC | 5C | 47 | 0 | E | E3 | 55 | 2F |
| Octal | 22 | 77 | 334 | 134 | 107 | 0 | 16 | 343 | 125 | 57 |
| Binary | 10010 | 111111 | 11011100 | 1011100 | 1000111 | 0 | 1110 | 11100011 | 1010101 | 101111 |
Color Harmonies of #123FDC
Complementary color
Monochromatic Colors of #123FDC
Black with #123FDC
Text Example
Text Example
White with #123FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FDC; }
p { color: rgb(18,63,220); }
H1.HeaderClassName
{
color: #123FDC;
}
.AnyTagClassName
{
color: #123FDC;
}
</style>
background-color css
<style>
a { background-color: #123FDC; }
a { background-color: rgb(18,63,220); }
div.DivClassName
{
background-color: #123FDC;
}
.BgClassName
{
background-color: #123FDC;
}
</style>
border-color css
<style>
span { border-color: #123FDC; }
span { border-color: rgb(18,63,220); }
td.TdClassName
{
border-color: #123FDC;
}
.TagClassName
{
border-color: #123FDC;
}
</style>