Shades of Blue #122DFF
Tints of Blue #122DFF
RGB
CMYK
RGB Variations
Color information
#122DFF (or 0x122DFF) is known color: Blue. HEX triplet: 12, 2D and FF. RGB value is (18,45,255). Sum of RGB (Red+Green+Blue) = 18+45+255=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #122DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122DFF is #EDD200. Grayscale: #3C3C3C. Windows color (decimal): -15585793 or 16723218. OLE color: 16723218.
HSL color Cylindrical-coordinate representation of color #122DFF: hue angle of 233.16º 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 #122DFF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 45 | 255 | - |
| CMYK | 0.93 | 0.82 | 0 | 0 |
| HSL | 233.16º | 1% | 0.54% | - |
| HSV(B) | 233.16º | 0.93% | 1% | - |
| XYZ | 19.24 | 9.23 | 95.37 | - |
| YUV | 60.87 | 237.55 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 255 | 0.93 | 0.82 | 0 | 0 | 233.16 | 1 | 0.54 |
| Hex | 12 | 2D | FF | 5D | 52 | 0 | 0 | E9 | 64 | 36 |
| Octal | 22 | 55 | 377 | 135 | 122 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10010 | 101101 | 11111111 | 1011101 | 1010010 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #122DFF
Complementary color
Monochromatic Colors of #122DFF
Black with #122DFF
Text Example
Text Example
White with #122DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DFF; }
p { color: rgb(18,45,255); }
H1.HeaderClassName
{
color: #122DFF;
}
.AnyTagClassName
{
color: #122DFF;
}
</style>
background-color css
<style>
a { background-color: #122DFF; }
a { background-color: rgb(18,45,255); }
div.DivClassName
{
background-color: #122DFF;
}
.BgClassName
{
background-color: #122DFF;
}
</style>
border-color css
<style>
span { border-color: #122DFF; }
span { border-color: rgb(18,45,255); }
td.TdClassName
{
border-color: #122DFF;
}
.TagClassName
{
border-color: #122DFF;
}
</style>