Shades of Blue #122DFB
Tints of Blue #122DFB
RGB
CMYK
RGB Variations
Color information
#122DFB (or 0x122DFB) is known color: Blue. HEX triplet: 12, 2D and FB. RGB value is (18,45,251). Sum of RGB (Red+Green+Blue) = 18+45+251=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #122DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122DFB is #EDD204. Grayscale: #3B3B3B. Windows color (decimal): -15585797 or 16461074. OLE color: 16461074.
HSL color Cylindrical-coordinate representation of color #122DFB: hue angle of 233.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122DFB is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 45 | 251 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.02 |
| HSL | 233.05º | 0.97% | 0.53% | - |
| HSV(B) | 233.05º | 0.93% | 0.98% | - |
| XYZ | 18.6 | 8.97 | 92.02 | - |
| YUV | 60.41 | 235.55 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 251 | 0.93 | 0.82 | 0 | 0.02 | 233.05 | 0.97 | 0.53 |
| Hex | 12 | 2D | FB | 5D | 52 | 0 | 2 | E9 | 61 | 35 |
| Octal | 22 | 55 | 373 | 135 | 122 | 0 | 2 | 351 | 141 | 65 |
| Binary | 10010 | 101101 | 11111011 | 1011101 | 1010010 | 0 | 10 | 11101001 | 1100001 | 110101 |
Color Harmonies of #122DFB
Complementary color
Monochromatic Colors of #122DFB
Black with #122DFB
Text Example
Text Example
White with #122DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DFB; }
p { color: rgb(18,45,251); }
H1.HeaderClassName
{
color: #122DFB;
}
.AnyTagClassName
{
color: #122DFB;
}
</style>
background-color css
<style>
a { background-color: #122DFB; }
a { background-color: rgb(18,45,251); }
div.DivClassName
{
background-color: #122DFB;
}
.BgClassName
{
background-color: #122DFB;
}
</style>
border-color css
<style>
span { border-color: #122DFB; }
span { border-color: rgb(18,45,251); }
td.TdClassName
{
border-color: #122DFB;
}
.TagClassName
{
border-color: #122DFB;
}
</style>