#120BF6

Color #120BF6 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #120BF6

Tints of Blue #120BF6

Color information

#120BF6 (or 0x120BF6) is unknown color: approx Blue. HEX triplet: 12, 0B and F6. RGB value is (18,11,246). Sum of RGB (Red+Green+Blue) = 18+11+246=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 246 (96.48% from 255 or 89.45% from 275); Max value from RGB is 246 - color contains mainly: blue. Hex color #120BF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120BF6 is #EDF409. Grayscale: #262626. Windows color (decimal): -15594506 or 16124690. OLE color: 16124690.

HSL color Cylindrical-coordinate representation of color #120BF6: hue angle of 241.79º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120BF6 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1811246-
CMYK0.930.9600.04
HSL241.79º92.89%50.39%-
HSV(B)241.79º95.53%96.47%-
XYZ177.0287.65-
YUV39.88244.32112.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 246 (96.48% from 255) = 89.45%
R=6.55%
G=4%
B=89.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18112460.930.9600.04241.7992.8950.39
Hex12BF65D6004f25d32
Octal22133661351400436213562
Binary10010101111110110101110111000000100111100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120BF6; }

 p { color: rgb(18,11,246); }

 H1.HeaderClassName
 {
   color: #120BF6;
 }
 .AnyTagClassName
 {
   color: #120BF6;
 }
</style>
background-color css

<style>
 a { background-color: #120BF6; }

 a { background-color: rgb(18,11,246); }

 div.DivClassName
 {
   background-color: #120BF6;
 }
 .BgClassName
 {
   background-color: #120BF6;
 }
</style>
border-color css

<style>
 span { border-color: #120BF6; }

 span { border-color: rgb(18,11,246); }

 td.TdClassName
 {
   border-color: #120BF6;
 }
 .TagClassName
 {
   border-color: #120BF6;
 }
</style>