#120CE7

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

Shades of Blue #120CE7

Tints of Blue #120CE7

Color information

#120CE7 (or 0x120CE7) is unknown color: approx Blue. HEX triplet: 12, 0C and E7. RGB value is (18,12,231). Sum of RGB (Red+Green+Blue) = 18+12+231=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 231 (90.62% from 255 or 88.51% from 261); Max value from RGB is 231 - color contains mainly: blue. Hex color #120CE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120CE7 is #EDF318. Grayscale: #252525. Windows color (decimal): -15594265 or 15141906. OLE color: 15141906.

HSL color Cylindrical-coordinate representation of color #120CE7: hue angle of 241.64º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120CE7 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1812231-
CMYK0.920.9500.09
HSL241.64º90.12%47.65%-
HSV(B)241.64º94.81%90.59%-
XYZ14.86.1676.01-
YUV38.76236.49113.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 231 (90.62% from 255) = 88.51%
R=6.90%
G=4.60%
B=88.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18122310.920.9500.09241.6490.1247.65
Hex12CE75C5F09f25a30
Octal221434713413701136213260
Binary100101100111001111011100101111101001111100101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,231); }

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

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

 a { background-color: rgb(18,12,231); }

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

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

 span { border-color: rgb(18,12,231); }

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