Shades of Persian Blue #123FF2
Tints of Persian Blue #123FF2
RGB
CMYK
RGB Variations
Color information
#123FF2 (or 0x123FF2) is known color: Persian Blue. HEX triplet: 12, 3F and F2. RGB value is (18,63,242). Sum of RGB (Red+Green+Blue) = 18+63+242=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #123FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FF2 is #EDC00D. Grayscale: #454545. Windows color (decimal): -15581198 or 15875858. OLE color: 15875858.
HSL color Cylindrical-coordinate representation of color #123FF2: hue angle of 227.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123FF2 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 63 | 242 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.05 |
| HSL | 227.95º | 0.9% | 0.51% | - |
| HSV(B) | 227.95º | 0.93% | 0.95% | - |
| XYZ | 18.05 | 10.09 | 85 | - |
| YUV | 69.95 | 225.09 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 242 | 0.93 | 0.74 | 0 | 0.05 | 227.95 | 0.9 | 0.51 |
| Hex | 12 | 3F | F2 | 5D | 4A | 0 | 5 | E4 | 5A | 33 |
| Octal | 22 | 77 | 362 | 135 | 112 | 0 | 5 | 344 | 132 | 63 |
| Binary | 10010 | 111111 | 11110010 | 1011101 | 1001010 | 0 | 101 | 11100100 | 1011010 | 110011 |
Color Harmonies of #123FF2
Complementary color
Monochromatic Colors of #123FF2
Black with #123FF2
Text Example
Text Example
White with #123FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FF2; }
p { color: rgb(18,63,242); }
H1.HeaderClassName
{
color: #123FF2;
}
.AnyTagClassName
{
color: #123FF2;
}
</style>
background-color css
<style>
a { background-color: #123FF2; }
a { background-color: rgb(18,63,242); }
div.DivClassName
{
background-color: #123FF2;
}
.BgClassName
{
background-color: #123FF2;
}
</style>
border-color css
<style>
span { border-color: #123FF2; }
span { border-color: rgb(18,63,242); }
td.TdClassName
{
border-color: #123FF2;
}
.TagClassName
{
border-color: #123FF2;
}
</style>