Shades of Blue #120DFB
Tints of Blue #120DFB
RGB
CMYK
RGB Variations
Color information
#120DFB (or 0x120DFB) is known color: Blue. HEX triplet: 12, 0D and FB. RGB value is (18,13,251). Sum of RGB (Red+Green+Blue) = 18+13+251=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #120DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120DFB is #EDF204. Grayscale: #282828. Windows color (decimal): -15593989 or 16452882. OLE color: 16452882.
HSL color Cylindrical-coordinate representation of color #120DFB: hue angle of 241.26º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120DFB is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 13 | 251 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.02 |
| HSL | 241.26º | 0.97% | 0.52% | - |
| HSV(B) | 241.26º | 0.95% | 0.98% | - |
| XYZ | 17.81 | 7.38 | 91.75 | - |
| YUV | 41.63 | 246.16 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 251 | 0.93 | 0.95 | 0 | 0.02 | 241.26 | 0.97 | 0.52 |
| Hex | 12 | D | FB | 5D | 5F | 0 | 2 | F1 | 61 | 34 |
| Octal | 22 | 15 | 373 | 135 | 137 | 0 | 2 | 361 | 141 | 64 |
| Binary | 10010 | 1101 | 11111011 | 1011101 | 1011111 | 0 | 10 | 11110001 | 1100001 | 110100 |
Color Harmonies of #120DFB
Complementary color
Monochromatic Colors of #120DFB
Black with #120DFB
Text Example
Text Example
White with #120DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120DFB; }
p { color: rgb(18,13,251); }
H1.HeaderClassName
{
color: #120DFB;
}
.AnyTagClassName
{
color: #120DFB;
}
</style>
background-color css
<style>
a { background-color: #120DFB; }
a { background-color: rgb(18,13,251); }
div.DivClassName
{
background-color: #120DFB;
}
.BgClassName
{
background-color: #120DFB;
}
</style>
border-color css
<style>
span { border-color: #120DFB; }
span { border-color: rgb(18,13,251); }
td.TdClassName
{
border-color: #120DFB;
}
.TagClassName
{
border-color: #120DFB;
}
</style>