Shades of Blue #120BEF
Tints of Blue #120BEF
RGB
CMYK
RGB Variations
Color information
#120BEF (or 0x120BEF) is known color: Blue. HEX triplet: 12, 0B and EF. RGB value is (18,11,239). Sum of RGB (Red+Green+Blue) = 18+11+239=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 239 (93.75% from 255 or 89.18% from 268); Max value from RGB is 239 - color contains mainly: blue. Hex color #120BEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120BEF is #EDF410. Grayscale: #262626. Windows color (decimal): -15594513 or 15665938. OLE color: 15665938.
HSL color Cylindrical-coordinate representation of color #120BEF: hue angle of 241.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120BEF is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 11 | 239 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.06 |
| HSL | 241.84º | 0.91% | 0.49% | - |
| HSV(B) | 241.84º | 0.95% | 0.94% | - |
| XYZ | 15.95 | 6.6 | 82.09 | - |
| YUV | 39.09 | 240.82 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 239 | 0.92 | 0.95 | 0 | 0.06 | 241.84 | 0.91 | 0.49 |
| Hex | 12 | B | EF | 5C | 5F | 0 | 6 | F2 | 5B | 31 |
| Octal | 22 | 13 | 357 | 134 | 137 | 0 | 6 | 362 | 133 | 61 |
| Binary | 10010 | 1011 | 11101111 | 1011100 | 1011111 | 0 | 110 | 11110010 | 1011011 | 110001 |
Color Harmonies of #120BEF
Complementary color
Monochromatic Colors of #120BEF
Black with #120BEF
Text Example
Text Example
White with #120BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120BEF; }
p { color: rgb(18,11,239); }
H1.HeaderClassName
{
color: #120BEF;
}
.AnyTagClassName
{
color: #120BEF;
}
</style>
background-color css
<style>
a { background-color: #120BEF; }
a { background-color: rgb(18,11,239); }
div.DivClassName
{
background-color: #120BEF;
}
.BgClassName
{
background-color: #120BEF;
}
</style>
border-color css
<style>
span { border-color: #120BEF; }
span { border-color: rgb(18,11,239); }
td.TdClassName
{
border-color: #120BEF;
}
.TagClassName
{
border-color: #120BEF;
}
</style>