Shades of Blue #120FFD
Tints of Blue #120FFD
RGB
CMYK
RGB Variations
Color information
#120FFD (or 0x120FFD) is known color: Blue. HEX triplet: 12, 0F and FD. RGB value is (18,15,253). Sum of RGB (Red+Green+Blue) = 18+15+253=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #120FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FFD is #EDF002. Grayscale: #2A2A2A. Windows color (decimal): -15593475 or 16584466. OLE color: 16584466.
HSL color Cylindrical-coordinate representation of color #120FFD: hue angle of 240.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120FFD is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 15 | 253 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.01 |
| HSL | 240.76º | 0.98% | 0.53% | - |
| HSV(B) | 240.76º | 0.94% | 0.99% | - |
| XYZ | 18.15 | 7.56 | 93.43 | - |
| YUV | 43.03 | 246.49 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 253 | 0.93 | 0.94 | 0 | 0.01 | 240.76 | 0.98 | 0.53 |
| Hex | 12 | F | FD | 5D | 5E | 0 | 1 | F1 | 62 | 35 |
| Octal | 22 | 17 | 375 | 135 | 136 | 0 | 1 | 361 | 142 | 65 |
| Binary | 10010 | 1111 | 11111101 | 1011101 | 1011110 | 0 | 1 | 11110001 | 1100010 | 110101 |
Color Harmonies of #120FFD
Complementary color
Monochromatic Colors of #120FFD
Black with #120FFD
Text Example
Text Example
White with #120FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FFD; }
p { color: rgb(18,15,253); }
H1.HeaderClassName
{
color: #120FFD;
}
.AnyTagClassName
{
color: #120FFD;
}
</style>
background-color css
<style>
a { background-color: #120FFD; }
a { background-color: rgb(18,15,253); }
div.DivClassName
{
background-color: #120FFD;
}
.BgClassName
{
background-color: #120FFD;
}
</style>
border-color css
<style>
span { border-color: #120FFD; }
span { border-color: rgb(18,15,253); }
td.TdClassName
{
border-color: #120FFD;
}
.TagClassName
{
border-color: #120FFD;
}
</style>