Shades of Blue #123AFF
Tints of Blue #123AFF
RGB
CMYK
RGB Variations
Color information
#123AFF (or 0x123AFF) is known color: Blue. HEX triplet: 12, 3A and FF. RGB value is (18,58,255). Sum of RGB (Red+Green+Blue) = 18+58+255=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #123AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AFF is #EDC500. Grayscale: #434343. Windows color (decimal): -15582465 or 16726546. OLE color: 16726546.
HSL color Cylindrical-coordinate representation of color #123AFF: hue angle of 229.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123AFF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 58 | 255 | - |
| CMYK | 0.93 | 0.77 | 0 | 0 |
| HSL | 229.87º | 1% | 0.54% | - |
| HSV(B) | 229.87º | 0.93% | 1% | - |
| XYZ | 19.81 | 10.37 | 95.57 | - |
| YUV | 68.5 | 233.25 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 255 | 0.93 | 0.77 | 0 | 0 | 229.87 | 1 | 0.54 |
| Hex | 12 | 3A | FF | 5D | 4D | 0 | 0 | E6 | 64 | 36 |
| Octal | 22 | 72 | 377 | 135 | 115 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10010 | 111010 | 11111111 | 1011101 | 1001101 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #123AFF
Complementary color
Monochromatic Colors of #123AFF
Black with #123AFF
Text Example
Text Example
White with #123AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AFF; }
p { color: rgb(18,58,255); }
H1.HeaderClassName
{
color: #123AFF;
}
.AnyTagClassName
{
color: #123AFF;
}
</style>
background-color css
<style>
a { background-color: #123AFF; }
a { background-color: rgb(18,58,255); }
div.DivClassName
{
background-color: #123AFF;
}
.BgClassName
{
background-color: #123AFF;
}
</style>
border-color css
<style>
span { border-color: #123AFF; }
span { border-color: rgb(18,58,255); }
td.TdClassName
{
border-color: #123AFF;
}
.TagClassName
{
border-color: #123AFF;
}
</style>