Shades of Blue #122DF3
Tints of Blue #122DF3
RGB
CMYK
RGB Variations
Color information
#122DF3 (or 0x122DF3) is known color: Blue. HEX triplet: 12, 2D and F3. RGB value is (18,45,243). Sum of RGB (Red+Green+Blue) = 18+45+243=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 243 (95.31% from 255 or 79.41% from 306); Max value from RGB is 243 - color contains mainly: blue. Hex color #122DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122DF3 is #EDD20C. Grayscale: #3A3A3A. Windows color (decimal): -15585805 or 15936786. OLE color: 15936786.
HSL color Cylindrical-coordinate representation of color #122DF3: hue angle of 232.8º 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 #122DF3 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 45 | 243 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.05 |
| HSL | 232.8º | 0.9% | 0.51% | - |
| HSV(B) | 232.8º | 0.93% | 0.95% | - |
| XYZ | 17.37 | 8.48 | 85.51 | - |
| YUV | 59.5 | 231.55 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 243 | 0.93 | 0.81 | 0 | 0.05 | 232.8 | 0.9 | 0.51 |
| Hex | 12 | 2D | F3 | 5D | 51 | 0 | 5 | E9 | 5A | 33 |
| Octal | 22 | 55 | 363 | 135 | 121 | 0 | 5 | 351 | 132 | 63 |
| Binary | 10010 | 101101 | 11110011 | 1011101 | 1010001 | 0 | 101 | 11101001 | 1011010 | 110011 |
Color Harmonies of #122DF3
Complementary color
Monochromatic Colors of #122DF3
Black with #122DF3
Text Example
Text Example
White with #122DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DF3; }
p { color: rgb(18,45,243); }
H1.HeaderClassName
{
color: #122DF3;
}
.AnyTagClassName
{
color: #122DF3;
}
</style>
background-color css
<style>
a { background-color: #122DF3; }
a { background-color: rgb(18,45,243); }
div.DivClassName
{
background-color: #122DF3;
}
.BgClassName
{
background-color: #122DF3;
}
</style>
border-color css
<style>
span { border-color: #122DF3; }
span { border-color: rgb(18,45,243); }
td.TdClassName
{
border-color: #122DF3;
}
.TagClassName
{
border-color: #122DF3;
}
</style>